Options
From PDF XChange PDF SDK
Line 42: | Line 42: | ||
| class="op_param_name" | [[PXV:cs_PDFDestParams|Dest]] | | class="op_param_name" | [[PXV:cs_PDFDestParams|Dest]] | ||
| style="text-align:center" | Dictionary | | style="text-align:center" | Dictionary | ||
− | | Specifies the destination parameters | + | | Specifies the destination parameters that can be used when the actions list is not specified. |
|- | |- | ||
| class="op_param_name" | IsOpened | | class="op_param_name" | IsOpened |
Latest revision as of 01:12, 27 May 2015
Options Table
Name | Type | Value |
---|---|---|
Mask | Integer | Specifies the PXC_OpModifyBookmMaskFlags.
Default value: 0 |
Title | String | Specifies the new title of the bookmark.
Default value: Empty String |
Color | String | Specifies the new color in the text representation.
Default value: rgb(0,0,0) |
Style | Integer | Specifies the PXC_BookmarkStyle flags of the bookmark.
Default value: 0 |
StyleMask | Integer | Specifies the style mask for the style flags.
Default value: -1 |
Actions | IUnknown | Specifies the IPXC_ActionsList of the bookmark. Note that if the Actions and Dest parameters are both specified then only the Actions will be used. |
Dest | Dictionary | Specifies the destination parameters that can be used when the actions list is not specified. |
IsOpened | Boolean | Specifies whether the open state of the bookmark.
Default value: false |