Skip to main content

PdfViewer.AddSignature(Int32, IList<IList<PdfPoint>>) Method

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

public void AddSignature(
    int pageNumber,
    IList<IList<PdfPoint>> inks
)

Parameters

Name Type Description
pageNumber Int32

The page index.

inks IList<IList<PdfPoint>>

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