ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF.Forms Namespace / Form Class / HasSignatureFields Property




In This Topic
    HasSignatureFields Property
    In This Topic
    Gets a value indicating whether signature fields exist in this form.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasSignatureFields As Boolean
    'Usage
     
    Dim instance As Form
    Dim value As Boolean
     
    value = instance.HasSignatureFields
    public bool HasSignatureFields {get;}
    public: __property bool get_HasSignatureFields();
    public:
    property bool HasSignatureFields {
       bool get();
    }

    Property Value

    True if signature fields exist in this form.
    See Also