IPXC_AcroForm Interface
From PDF XChange PDF SDK
Line 45: | Line 45: | ||
| [[PXV:IPXC_AcroForm_Field|Field]] | | [[PXV:IPXC_AcroForm_Field|Field]] | ||
| style="text-align: center" | R | | style="text-align: center" | R | ||
− | | Returns ''root'' field of the form. | + | | Returns '''root''' field of the form. |
|- | |- | ||
| [[PXV:IPXC_AcroForm_FieldsCount|FieldsCount]] | | [[PXV:IPXC_AcroForm_FieldsCount|FieldsCount]] |
Revision as of 11:12, 12 April 2015
The interface of object of PDF-XChange Editor SDK.
Methods
Method | Description |
---|---|
CreateField | Adds new field of specified type. |
ExportAsFDF | Exports form data to FDF file. |
ExportAsHTML | Exports form data to HTML file. |
ExportAsXFDF | Exports form data to XFDF file. |
FlattenAllFields | Flatten all fields. |
FlattenField | Flatten specified field. |
GetFieldByName | Returns field by its name. |
Properties
Property | Access Type | Description |
---|---|---|
Document | R | Represents document that the acroform belongs to. |
Field | R | Returns root field of the form. |
FieldsCount | R | Returns number of terminal fields in the form. |
Type | R | Returns type of the form. |