ImageGear .NET - Updated
Form Property




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFDocument Class : Form Property
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

Reference

ImGearPDFDocument Class
ImGearPDFDocument Members