Click or drag to resize

PdfSignatureShapeAddPath Method

Adds a path (line) to the PdfSignatureShape.

Namespace:  RadPdf.Data.Document.Objects.Shapes
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public void AddPath(
	PointF[] points
)

Parameters

points
Type: System.DrawingPointF
An array of all points on the path to be added to this signature. All points should be in the range of 0.0 to 1.0 (inclusive), relative to the bounds of the object.
Remarks

This object must NOT have an existing signature using another method (e.g. a typed or uploaded signature). Call Clear to first remove any existing signature.

See Also