PdfSignatureShapeAddPath Method |
Namespace:
RadPdf.Data.Document.Objects.Shapes
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public void AddPath(
PointF[] points
)
Public Sub AddPath (
points As PointF()
)
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