Back to Devexpress

PdfViewer.SignatureDeleted Event

maui-devexpress-dot-maui-dot-pdf-dot-pdfviewer-0e303365.md

latest1.1 KB
Original Source

PdfViewer.SignatureDeleted Event

Occurs after a signature is deleted.

Namespace : DevExpress.Maui.Pdf

Assembly : DevExpress.Maui.Pdf.dll

NuGet Package : DevExpress.Maui.Pdf

Declaration

csharp
public event EventHandler<PdfHandwrittenSignatureEventArgs> SignatureDeleted

Event Data

The SignatureDeleted event's data class is PdfHandwrittenSignatureEventArgs. The following properties provide information specific to this event:

PropertyDescription
SignatureReturns the signature that is being processed.

Remarks

For more information about signatures, refer to the following help topic: Sign Documents.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.Maui.Pdf Namespace