IPXC_AcroForm Interface

From PDF XChange PDF SDK
Jump to: navigation, search
Line 25: Line 25:
 
| style="width:25%;padding:5pt" | [[PXV:IPXC_AcroForm_FieldsCount|FieldsCount]]
 
| style="width:25%;padding:5pt" | [[PXV:IPXC_AcroForm_FieldsCount|FieldsCount]]
 
| style="width:25%;padding:5pt" | [[PXV:IPXC_AcroForm_Type|Type]]
 
| style="width:25%;padding:5pt" | [[PXV:IPXC_AcroForm_Type|Type]]
|}
 
 
 
== Methods ==
 
{| class="wikitable sortable collapsible" style="width: 100%"
 
|-
 
! style="text-align: left" scope="col" width="15%" | Method
 
! style="text-align: left" scope="col" class="unsortable" | Description
 
|-
 
| [[PXV:IPXC_AcroForm_CreateField|CreateField]]
 
| Adds new field of specified type.
 
|-
 
| [[PXV:IPXC_AcroForm_Export|Export]]
 
| Exports form data to file of specified format.
 
|-
 
| [[PXV:IPXC_AcroForm_FlattenAllFields|FlattenAllFields]]
 
| Flatten all fields.
 
|-
 
| [[PXV:IPXC_AcroForm_FlattenField|FlattenField]]
 
| Flatten specified field.
 
|-
 
| [[PXV:IPXC_AcroForm_GetFieldByName|GetFieldByName]]
 
| Returns field by its name.
 
|-
 
| [[PXV:IPXC_AcroForm_GetFieldByPDFObject|GetFieldByPDFObject]]
 
| Returns field by its PDF object.
 
|}
 
 
== Properties ==
 
{| style="width: 100%" class="wikitable sortable collapsible"
 
|-
 
! style="text-align: left" scope="col" width="15%" | Property
 
! style="text-align: center" scope="col" width="5%" | Access Type
 
! style="text-align: left" scope="col"  class="unsortable" | Description
 
|-
 
| [[PXV:IPXC_AcroForm_Document|Document]]
 
| style="text-align: center" | R
 
| Represents [[IPXC:IPXC_Document|document]] that the acroform belongs to.
 
|-
 
| [[PXV:IPXC_AcroForm_Field|Field]]
 
| style="text-align: center" | R
 
| Returns terminal field by its index.
 
|-
 
| [[PXV:IPXC_AcroForm_FieldsCount|FieldsCount]]
 
| style="text-align: center" | R
 
| Returns number of terminal fields in the form.
 
|-
 
| [[PXV:IPXC_AcroForm_Type|Type]]
 
| style="text-align: center" | R
 
| Returns [[PXV:PXC_PDFFormType|type]] of the form.
 
 
|}
 
|}

Revision as of 11:52, 16 April 2015

The interface of object of PDF-XChange Editor SDK.

Methods

CreateField Export FlattenAllFields FlattenField
FlattenField GetFieldByName GetFieldByPDFObject

Properties

Document Field FieldsCount Type