PdfHandwrittenSignatureCancelEventArgs Properties
Contains data for PdfViewer.SignatureCreating and PdfViewer.SignatureDeleting events.Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
Signature | Returns the signature that is currently processed. |
See Also