Click or drag to resize

PdfSignatureShapeGetPaths Method

Gets an array of paths, each of which form a line path of the PdfSignatureShape.

Namespace:  RadPdf.Data.Document.Objects.Shapes
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfPath[] GetPaths()

Return Value

Type: PdfPath
An 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