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




In This Topic
    Form Property
    In This Topic
    Gets the AcroForm. Create with CreateForm() and delete with DeleteForm(). If a loaded document already has AcroForms, this property will already be created after loading, otherwise it will be null.
    Syntax
    'Declaration
     
    Public ReadOnly Property Form As Form
    'Usage
     
    Dim instance As ImGearPDFDocument
    Dim value As Form
     
    value = instance.Form
    public Form Form {get;}
    public: __property Form* get_Form();
    public:
    property Form^ Form {
       Form^ get();
    }

    Property Value

    The AcroForm associated with the PDF document.
    See Also