Options

From PDF XChange PDF SDK
Jump to: navigation, search
Line 14: Line 14:
 
| class="op_param_name" | [[PXV:cs_PagesRange|PagesRange]]
 
| class="op_param_name" | [[PXV:cs_PagesRange|PagesRange]]
 
| style="text-align:center" | Dictionary
 
| style="text-align:center" | Dictionary
| Specifies the pages range which the page resizing should be applied to.  
+
| Specifies the pages range that will be page replace from the document..  
 
|-
 
|-
 
| class="op_param_name" | Position
 
| class="op_param_name" | Position
Line 51: Line 51:
 
| class="op_param_name" | BookmarksAction
 
| class="op_param_name" | BookmarksAction
 
| style="text-align:center" | Integer
 
| style="text-align:center" | Integer
| Specifies the action which the bookmark should be applied to..
+
| Specifies the action which the bookmark should be applied to.
 
Possible values are:
 
Possible values are:
 
{| class="op_internal_table"
 
{| class="op_internal_table"

Revision as of 00:37, 1 March 2016


Options Table

Name Type Value
PagesRange Dictionary Specifies the pages range that will be page replace from the document..
Position Integer Specifies the pages start index which the replace should be applied to.

Default value: -1

CommentsAction Integer Specifies the action which the comments should be applied to.

Possible values are:

0 (Copy) The add related comments to the new documents as Comments.
1 (Flatten) The add these comments as part of the documents content - Flatten Comments.
2 (DontCopy) Discard all comment will result in documents without comments.

Default value: 0 (Copy)

FieldsAction Integer Specifies the action which the form field should be applied to.

Possible values are:

0 (Copy) The copy all form field.
1 (Flatten) The add the content of form fields to the resulting documents' content.
2 (DontCopy) The discard all form field.

Default value: 1 (Flatten)

BookmarksAction Integer Specifies the action which the bookmark should be applied to.

Possible values are:

0 (DontCopy) The discard all bookmark which will result in documents without bookmarks.
1 (CopyAll) The add all bookmarks to the new documents. Bookmarks, that are not related to the current root bookmark, in a new file will not perform any action; they will be only listed in the Bookmark Pane.
2 (CopyRelated) The add only related bookmarks to the new documents.

Default value: 1 (CopyAll)

LastSrcMode Integer Specifies the select last source mode.

Possible values are:

0 (FromFile) The set LastSrcFile param.
1 (FromOpenedDoc) The set LastSrcDoc param.

Default value: 1 (FromOpenedDoc)

LastSrcFile String Specifies the path to file.

Default value: Empty String

LastSrcDoc String Specifies the path to doc.

Default value: Empty String

PositionStop Integer Specifies the pages stop index which the replace should be applied to..

Default value: -1

ContentOnly Boolean Specifies the replace only content (text and images which are the part of content) of selected pages from an active document with content of new pages.

Default value: true

Src IUnknown Specifies...