Options

From PDF XChange PDF SDK
Jump to: navigation, search
Line 19: Line 19:
 
| class="op_param_name" | NewPageIndex
 
| class="op_param_name" | NewPageIndex
 
| style="text-align:center" | Integer
 
| style="text-align:center" | Integer
| Specifies number of destination page for moving annotations.
+
| Specifies index of destination page for moving annotations.
If NewPageIndex < 0 or NewPageIndex is number of current page  - to stay on the same page.
+
If NewPageIndex < 0 or NewPageIndex is index of current page  - to stay on the same page.
  
 
Default value: <tt>'''-1'''</tt>
 
Default value: <tt>'''-1'''</tt>
Line 36: Line 36:
 
| class="op_param_name" | Copy
 
| class="op_param_name" | Copy
 
| style="text-align:center" | Boolean
 
| style="text-align:center" | Boolean
| Specifies...
+
| If this value is <tt>true</tt> then annotations will be copied, original annotations will not be deleted.  
 
Default value: <tt>'''false'''</tt>
 
Default value: <tt>'''false'''</tt>
 
|-
 
|-

Revision as of 02:58, 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...

Default value: -2

PageRotationDelta Integer Specifies...

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