Options
From PDF XChange PDF SDK
Line 26: | Line 26: | ||
| class="op_param_name" | NewIndexOnPage | | class="op_param_name" | NewIndexOnPage | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies.. | + | | Specifies index which used for inserting annotations into destination page. This index take effect for tab-ordering and for overlay annotations. |
+ | |||
+ | (NewIndexOnPage == -2) && (<NewPage> == <CurPage>) - to keep existing z-order | ||
+ | |||
+ | (NewIndexOnPage < 0) && (<NewPage> != <CurPage>) - place to end of annots list on <NewPage> | ||
+ | |||
+ | (NewIndexOnPage == -1) && (<NewPage> == <CurPage>) - place to end of annots list on <CurPage> | ||
+ | |||
Default value: <tt>'''-2'''</tt> | Default value: <tt>'''-2'''</tt> | ||
|- | |- | ||
| class="op_param_name" | PageRotationDelta | | class="op_param_name" | PageRotationDelta | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies... | + | | Specifies an angle for compensation differential between source pages rotation and destination pages rotation. Page rotation combine own page rotation + rotation set by user (viewRotation). |
+ | |||
+ | Must be multiple by 90. | ||
+ | |||
+ | Can be negative. | ||
+ | |||
Default value: <tt>'''0'''</tt> | Default value: <tt>'''0'''</tt> | ||
|- | |- |
Revision as of 02:26, 8 June 2015
Options Table
Name | Type | Value |
---|---|---|
NewDoc | IUnknown | Specifies a destination document (IPXC_Document) for moving annotations.
If NewDoc == NULL or NewDoc is current document - to stay in the same document |
NewPageIndex | Integer | Specifies index of destination page for moving annotations.
If NewPageIndex < 0 or NewPageIndex is index of current page - to stay on the same page. Default value: -1 |
NewIndexOnPage | Integer | Specifies index which used for inserting annotations into destination page. This index take effect for tab-ordering and for overlay annotations.
(NewIndexOnPage == -2) && (<NewPage> == <CurPage>) - to keep existing z-order (NewIndexOnPage < 0) && (<NewPage> != <CurPage>) - place to end of annots list on <NewPage> (NewIndexOnPage == -1) && (<NewPage> == <CurPage>) - place to end of annots list on <CurPage> Default value: -2 |
PageRotationDelta | Integer | Specifies an angle for compensation differential between source pages rotation and destination pages rotation. Page rotation combine own page rotation + rotation set by user (viewRotation).
Must be multiple by 90. Can be negative. Default value: 0 |
Copy | Boolean | If this value is true then annotations will be copied, original annotations will not be deleted.
Default value: false |
DX | Double | Specifies...
Default value: 0.0 |
DY | Double | Specifies...
Default value: 0.0 |