Back to Devexpress

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

maui-devexpress-dot-maui-dot-pdf-dot-pdfviewer-dot-addsignature-x28-system-dot-int32-system-dot-collections-dot-generic-dot-ilist-system-dot-collections-dot-generic-dot-ilist-devexpress-dot-pdf-dot-pdfpoint-x29.md

latest1.3 KB
Original Source

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

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

Parameters

NameTypeDescription
pageNumberInt32

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

PdfViewer Class

PdfViewer Members

DevExpress.Maui.Pdf Namespace