IPXC_AcroForm Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Properties)
m (Automatic page editing by robot)
 
(15 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_AcroForm Interface}}
 
{{#customTitle:IPXC_AcroForm Interface}}
 +
{{#parentPage:PXV:PXC_Interfaces|IPXC_AcroForm|interface}}
  
The interface of object of PDF-XChange Editor SDK.
+
The interface for AcroForm objects in the PDF-XChange Editor SDK.
  
 
== Methods ==
 
== Methods ==
<div style="margin-right:10pt;margin-left:10pt">
+
{| class="wikitable methods"
 
+
{| class="wikitable" width="100%"
+
 
|-
 
|-
| style="width:25%;padding:5pt" | [[PXV:IPXC_AcroForm_CreateField|CreateField]]
+
| [[PXV:IPXC_AcroForm_CreateField|CreateField]]
| style="width:25%;padding:5pt" | [[PXV:IPXC_AcroForm_Export|Export]]
+
| [[PXV:IPXC_AcroForm_Export|Export]]
| style="width:25%;padding:5pt" | [[PXV:IPXC_AcroForm_FlattenAllFields|FlattenAllFields]]
+
| [[PXV:IPXC_AcroForm_FlattenField|FlattenField]]
| style="width:25%;padding:5pt" | [[PXV:IPXC_AcroForm_FlattenField|FlattenField]]
+
| [[PXV:IPXC_AcroForm_GetFieldByNameEx|GetFieldByNameEx]]
 
|-
 
|-
| style="width:25%;padding:5pt" | [[PXV:IPXC_AcroForm_FlattenField|FlattenField]]
+
| [[PXV:IPXC_AcroForm_DeleteField|DeleteField]]
| style="width:25%;padding:5pt" | [[PXV:IPXC_AcroForm_GetFieldByName|GetFieldByName]]
+
| [[PXV:IPXC_AcroForm_FlattenAllFields|FlattenAllFields]]
| style="width:25%;padding:5pt" | [[PXV:IPXC_AcroForm_GetFieldByPDFObject|GetFieldByPDFObject]]
+
| [[PXV:IPXC_AcroForm_GetFieldByName|GetFieldByName]]
|
+
| [[PXV:IPXC_AcroForm_GetFieldByPDFObject|GetFieldByPDFObject]]
 
|}
 
|}
 
</div>
 
  
 
== Properties ==
 
== Properties ==
<div style="margin-right:10pt;margin-left:10pt">
+
{| class="wikitable properties"
{| class="wikitable" width="100%"
+
 
|-
 
|-
| style="width:25%;padding:5pt" | [[PXV:IPXC_AcroForm_Document|Document]]
+
| [[PXV:IPXC_AcroForm_Document|Document]]
| style="width:25%;padding:5pt" | [[PXV:IPXC_AcroForm_Field|Field]]
+
| [[PXV:IPXC_AcroForm_FieldsCount|FieldsCount]]
| style="width:25%;padding:5pt" | [[PXV:IPXC_AcroForm_FieldsCount|FieldsCount]]
+
| [[PXV:IPXC_AcroForm_Root|Root]]
| style="width:25%;padding:5pt" | [[PXV:IPXC_AcroForm_Type|Type]]
+
| [[PXV:IPXC_AcroForm_Type|Type]]
 +
|-
 +
| [[PXV:IPXC_AcroForm_Field|Field]]
 +
|
 +
|
 +
|
 
|}
 
|}
</div>
+
 
 +
== See Also ==
 +
[[PXV:IPXC_Document_AcroForm|IPXC_Document::AcroForm]]

Latest revision as of 04:44, 14 November 2018

The interface for AcroForm objects in the PDF-XChange Editor SDK.

Methods

CreateField Export FlattenField GetFieldByNameEx
DeleteField FlattenAllFields GetFieldByName GetFieldByPDFObject

Properties

Document FieldsCount Root Type
Field

See Also

IPXC_Document::AcroForm