Class SignatureFormField
Represents a signature form field.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.Maui.PdfViewer
Assembly: Syncfusion.Maui.PdfViewer.dll
Syntax
public class SignatureFormField : FormField, INotifyPropertyChanged
Properties
Signature
Gets or sets the handwritten signature that is on the signature field.
Declaration
public object Signature { get; set; }
Property Value
Type |
---|
System.Object |
Remarks
Only InkAnnotation and StampAnnotation types are allowed as values for this property representing free hand drawing, text and image signatures respectively.
Implements
System.ComponentModel.INotifyPropertyChanged