alexa
menu

Document Processing

    Show / Hide Table of Contents

    SignatureFormField Class

    Represents a signature form field.

    Inheritance
    System.Object
    FormField
    SignatureFormField
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    FormField.CustomData
    FormField.FlattenOnSave
    FormField.IsHidden
    FormField.Name
    FormField.PageNumber
    FormField.PropertyChanged
    FormField.ReadOnly
    FormField.Widgets
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved