PdfSignatureShapeGetPaths Method |
Namespace:
RadPdf.Data.Document.Objects.Shapes
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public PdfPath[] GetPaths()
Public Function GetPaths As PdfPath()
Return Value
Type:
PdfPathAn array of
PdfPath paths, or
null if
HasPaths is
trueRemarks
All paths will contain point coordinates from 0.0 to 1.0 (inclusive), relative to the bounds of the object.
See Also