Back to Devexpress

PdfHandwrittenSignatureStorage.Signatures Property

maui-devexpress-dot-maui-dot-pdf-dot-pdfhandwrittensignaturestorage.md

latest1.2 KB
Original Source

PdfHandwrittenSignatureStorage.Signatures Property

Returns a collection of predefined signatures.

Namespace : DevExpress.Maui.Pdf

Assembly : DevExpress.Maui.Pdf.dll

NuGet Package : DevExpress.Maui.Pdf

Declaration

csharp
public ObservableCollection<IList<IList<Point>>> Signatures { get; }

Property Value

TypeDescription
ObservableCollection<IList<IList<Point>>>

A collection of signatures. Each signature is a collection of polylines that are in turn a collection of points.

|

See Also

PdfHandwrittenSignatureStorage Class

PdfHandwrittenSignatureStorage Members

DevExpress.Maui.Pdf Namespace