IPXV_AttachList Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 11: Line 11:
 
|-
 
|-
 
| [[PXV:IPXV_AttachList_Clear|Clear]]
 
| [[PXV:IPXV_AttachList_Clear|Clear]]
| ...
+
| Clears the attachments list.
 
|-
 
|-
 
| [[PXV:IPXV_AttachList_CopyFrom|CopyFrom]]
 
| [[PXV:IPXV_AttachList_CopyFrom|CopyFrom]]
| ...
+
| Copies items from given attachment list.
 
|-
 
|-
 
| [[PXV:IPXV_AttachList_Find|Find]]
 
| [[PXV:IPXV_AttachList_Find|Find]]
| ...
+
| Finds item in the attachments list.
 
|-
 
|-
 
| [[PXV:IPXV_AttachList_Insert|Insert]]
 
| [[PXV:IPXV_AttachList_Insert|Insert]]
| ...
+
| Inserts item into attachment list.
 
|-
 
|-
 
| [[PXV:IPXV_AttachList_InsertFrom|InsertFrom]]
 
| [[PXV:IPXV_AttachList_InsertFrom|InsertFrom]]
| ...
+
| Inserts items from the given attachments list.
 
|-
 
|-
 
| [[PXV:IPXV_AttachList_Remove|Remove]]
 
| [[PXV:IPXV_AttachList_Remove|Remove]]
| ...
+
| Removes items from the attachments list by index.
 
|-
 
|-
 
| [[PXV:IPXV_AttachList_Remove2|Remove2]]
 
| [[PXV:IPXV_AttachList_Remove2|Remove2]]
| ...
+
| Removes item from the attachments list by file specification.
 
|}
 
|}
  
Line 41: Line 41:
 
| [[PXV:IPXV_AttachList__NewEnum|_NewEnum]]
 
| [[PXV:IPXV_AttachList__NewEnum|_NewEnum]]
 
| style="text-align: center" | R
 
| style="text-align: center" | R
| .
+
| Gets new enumerator for the attachments list.
 
|-
 
|-
 
| [[PXV:IPXV_AttachList_Count|Count]]
 
| [[PXV:IPXV_AttachList_Count|Count]]
 
| style="text-align: center" | R
 
| style="text-align: center" | R
| .
+
| Gets number of items in the attachments list.
 
|-
 
|-
 
| [[PXV:IPXV_AttachList_Item|Item]]
 
| [[PXV:IPXV_AttachList_Item|Item]]
 
| style="text-align: center" | R
 
| style="text-align: center" | R
| .
+
| Gets item from the attachments list by index.
 
|}
 
|}

Revision as of 04:03, 16 April 2015

The interface of object of PDF-XChange Editor SDK.

Methods

Method Description
Clear Clears the attachments list.
CopyFrom Copies items from given attachment list.
Find Finds item in the attachments list.
Insert Inserts item into attachment list.
InsertFrom Inserts items from the given attachments list.
Remove Removes items from the attachments list by index.
Remove2 Removes item from the attachments list by file specification.

Properties

Property Access Type Description
_NewEnum R Gets new enumerator for the attachments list.
Count R Gets number of items in the attachments list.
Item R Gets item from the attachments list by index.