IPXC_AcroForm Interface

From PDF XChange PDF SDK
Jump to: navigation, search
Line 13: Line 13:
 
| Adds new field of specified type.
 
| Adds new field of specified type.
 
|-
 
|-
| [[PXV:IPXC_AcroForm_ExportAsFDF|ExportAsFDF]]
+
| [[PXV:IPXC_AcroForm_Export|Export]]
| Exports form data to FDF file.
+
| Exports form data to file of specified format.
|-
+
| [[PXV:IPXC_AcroForm_ExportAsHTML|ExportAsHTML]]
+
| Exports form data to HTML file.
+
|-
+
| [[PXV:IPXC_AcroForm_ExportAsXFDF|ExportAsXFDF]]
+
| Exports form data to XFDF file.
+
 
|-
 
|-
 
| [[PXV:IPXC_AcroForm_FlattenAllFields|FlattenAllFields]]
 
| [[PXV:IPXC_AcroForm_FlattenAllFields|FlattenAllFields]]

Revision as of 10:06, 13 April 2015

The interface of object of PDF-XChange Editor SDK.

Methods

Method Description
CreateField Adds new field of specified type.
Export Exports form data to file of specified format.
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 terminal field by its index.
FieldsCount R Returns number of terminal fields in the form.
Type R Returns type of the form.