IPXC_AcroForm Interface
From PDF XChange PDF SDK
(→Methods) |
(→Methods) |
||
Line 5: | Line 5: | ||
== Methods == | == Methods == | ||
− | {| class="wikitable" width=" | + | {| class="wikitable" width="90%" |
− | + | ||
|- | |- | ||
| style="width:25%;padding:5pt" | [[PXV:IPXC_AcroForm_CreateField|CreateField]] | | style="width:25%;padding:5pt" | [[PXV:IPXC_AcroForm_CreateField|CreateField]] |
Revision as of 10:47, 16 April 2015
The interface of object of PDF-XChange Editor SDK.
Contents
Methods
CreateField | Export | FlattenAllFields | FlattenField |
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. |