IPXC_AcroForm Interface
From PDF XChange PDF SDK
Line 3: | Line 3: | ||
The interface of object of PDF-XChange Editor SDK. | The interface of object of PDF-XChange Editor SDK. | ||
+ | |||
+ | == Methods == | ||
+ | {| class="wikitable" style="width: 100%" | ||
+ | ! colspan="3"|'''IPXC_Acroform Methods''' | ||
+ | |- | ||
+ | | [[PXV:IPXC_AcroForm_CreateField|CreateField]] | ||
+ | | [[PXV:IPXC_AcroForm_Export|Export]] | ||
+ | | [[PXV:IPXC_AcroForm_FlattenAllFields|FlattenAllFields]] | ||
+ | |- | ||
+ | | [[PXV:IPXC_AcroForm_FlattenField|FlattenField]] | ||
+ | | [[PXV:IPXC_AcroForm_GetFieldByName|GetFieldByName]] | ||
+ | | [[PXV:IPXC_AcroForm_GetFieldByPDFObject|GetFieldByPDFObject]] | ||
+ | |} | ||
+ | |||
+ | == Properties == | ||
+ | {| style="width: 100%" class="wikitable" | ||
+ | ! colspan="3" | '''IPXC_Acroform Properties''' | ||
+ | |- | ||
+ | | [[PXV:IPXC_AcroForm_Document|Document]] | ||
+ | | [[PXV:IPXC_AcroForm_Field|Field]] | ||
+ | | [[PXV:IPXC_AcroForm_FieldsCount|FieldsCount]] | ||
+ | |- | ||
+ | | [[PXV:IPXC_AcroForm_Type|Type]] | ||
+ | | | ||
+ | | | ||
+ | |} | ||
+ | |||
== Methods == | == Methods == |
Revision as of 10:18, 16 April 2015
The interface of object of PDF-XChange Editor SDK.
Contents
Methods
IPXC_Acroform Methods | ||
---|---|---|
CreateField | Export | FlattenAllFields |
FlattenField | GetFieldByName | GetFieldByPDFObject |
Properties
IPXC_Acroform Properties | ||
---|---|---|
Document | Field | FieldsCount |
Type |
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. |
GetFieldByPDFObject | Returns field by its PDF object. |
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. |