IPXV_BookmList Interface
From PDF XChange PDF SDK
Line 49: | Line 49: | ||
| [[PXV:IPXV_BookmList_Item|Item]] | | [[PXV:IPXV_BookmList_Item|Item]] | ||
| style="text-align: center" | R | | style="text-align: center" | R | ||
− | | Gets item from the | + | | Gets item from the bookmarks list by index. |
|- | |- | ||
| [[PXV:IPXV_BookmList_Normalized|Normalized]] | | [[PXV:IPXV_BookmList_Normalized|Normalized]] |
Revision as of 03:52, 16 April 2015
The interface of object of PDF-XChange Editor SDK.
Methods
Method | Description |
---|---|
Clear | Clears the bookmarks list. |
CopyFrom | Copies items from given bookmarks list. |
Find | Finds item in the bookmarks list. |
Insert | Inserts item into bookmarks list. |
InsertFrom | Inserts items from the given bookmarks list. |
Remove | Removes items from the bookmarks list by index. |
Remove2 | Removes the bookmark from the bookmarks list by object. |
Properties
Property | Access Type | Description |
---|---|---|
_NewEnum | R | Gets new enumerator for the bookmarks list. |
Count | R | Gets number of items in the bookmarks list. |
Item | R | Gets item from the bookmarks list by index. |
Normalized | R/W | Gets/sets whether the bookmarks list is normalized. |