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: __property Form* get_Form();
public:
property Form^ Form {
Form^ get();
}
Property Value
The AcroForm associated with the PDF document.
See Also