Class SignatureCreatedEventArgs
Provides data for the SignatureCreated event.
Inheritance
System.Object
SignatureCreatedEventArgs
Namespace: Syncfusion.Maui.PdfViewer
Assembly: Syncfusion.Maui.PdfViewer.dll
Syntax
public class SignatureCreatedEventArgs : EventArgs
Properties
Signature
Gets the signature created in the default signature pad.
Declaration
public object Signature { get; }
Property Value
Type |
---|
System.Object |