PdfHandwrittenSignatureStorage.Signatures Property
In This Article
Returns a collection of predefined signatures.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public ObservableCollection<IList<IList<Point>>> Signatures { get; }
#Property Value
Type | Description |
---|---|
Observable |
A collection of signatures. Each signature is a collection of polylines that are in turn a collection of points. |
See Also