Options

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 14: Line 14:
 
| class="op_param_name" | NewDoc
 
| class="op_param_name" | NewDoc
 
| style="text-align:center" | IUnknown
 
| style="text-align:center" | IUnknown
| Specifies...
+
| Specifies a destination document ([[PXV:IPXC_Document|IPXC_Document]]) for moving annotations.
 +
If NewDoc == NULL or NewDoc is current document - to stay in the same document
 
|-
 
|-
 
| class="op_param_name" | NewPageIndex
 
| class="op_param_name" | NewPageIndex
 
| style="text-align:center" | Integer
 
| style="text-align:center" | Integer
| Specifies...
+
| Specifies number of destination page for moving annotations.
 +
If NewPageIndex < 0 or NewPageIndex is number of current page  - to stay on the same page.
 +
 
 
Default value: <tt>'''-1'''</tt>
 
Default value: <tt>'''-1'''</tt>
 
|-
 
|-

Revision as of 02:20, 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 number of destination page for moving annotations.

If NewPageIndex < 0 or NewPageIndex is number 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 Specifies...

Default value: false

DX Double Specifies...

Default value: 0.0

DY Double Specifies...

Default value: 0.0