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