PdfViewer.AddSignature(Int32, IList<IList<PdfPoint>>) Method
In This Article
Adds a signature defined by a collection of points on the given page.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public void AddSignature(
int pageNumber,
IList<IList<PdfPoint>> inks
)
#Parameters
Name | Type | Description |
---|---|---|
page |
Int32 | The page index. |
inks | IList<IList<Pdf |
A collection of polylines that forms a signature. Each polyline is specified by a collection of points. |
#Remarks
Use the SignatureColor property to specify the color of added signatures.
See Also