Skip to main content

PdfHandwrittenSignatureStorage.Signatures Property

Returns a collection of predefined signatures.

Namespace: DevExpress.Maui.Pdf

Assembly: DevExpress.Maui.Pdf.dll

NuGet Package: DevExpress.Maui.Pdf

Declaration

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

Property Value

Type Description
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