Options

From PDF XChange PDF SDK
Jump to: navigation, search
(Created page with "Category:Editor {{#customTitle:Options}} {{#parentPage:PXV:op_combineDocs|Options|property}} {{ToReview}} == Options Table == {| class="wikitable op_options" id="Option...")
 
 
Line 54: Line 54:
 
Default value: <tt>'''1''' (CopyAll)</tt>
 
Default value: <tt>'''1''' (CopyAll)</tt>
 
|-
 
|-
| class="op_param_name" | LastSrcMode
+
| class="op_param_name" | AddRootBookmarks
| style="text-align:center" | Integer
+
| style="text-align:center" | Boolean
| Specifies the last selected source mode on dialog.
+
| Specifies whether the root bookmarks that go to the start of each combined document should be added.
Possible values are:
+
Default value: <tt>'''false'''</tt>
{| class="op_internal_table"
+
|-
+
| class="op_enum_value" | '''0''' (FromFile) || The data will be taken from the '''LastSrcFile''' param.
+
|-
+
| class="op_enum_value" | '''1''' (FromOpenedDoc) || The data will be taken from the '''LastSrcDoc''' param.
+
|}
+
Default value: <tt>'''1''' (FromOpenedDoc)</tt>
+
|-
+
| class="op_param_name" | LastSrcFile
+
| style="text-align:center" | String
+
| Specifies the path to the file.
+
Default value: <tt>'''Empty String'''</tt>
+
|-
+
| class="op_param_name" | LastSrcDoc
+
| style="text-align:center" | String
+
| Specifies the path to the document.
+
Default value: <tt>'''Empty String'''</tt>
+
|-
+
| class="op_param_name" | Location
+
| style="text-align:center" | Integer
+
| Determines whether the selected pages will be inserted Before or After the target page.
+
Possible values are:
+
{| class="op_internal_table"
+
|-
+
| class="op_enum_value" | '''0''' (Before) || The pages will be inserted Before the target page.
+
|-
+
| class="op_enum_value" | '''1''' (After) || The pages will be inserted After the target page.
+
|}
+
Default value: <tt>'''1''' (After)</tt>
+
|-
+
| class="op_param_name" | Src
+
| style="text-align:center" | IUnknown
+
| Specifies the source data ([[PXV:IAFS_Name|IAFS_Name]], [[PXV:IAFS_File|IAFS_File]]).
+
 
|}
 
|}

Latest revision as of 03:11, 21 December 2016


Options Table

Name Type Value
CommentsAction Integer Specifies what should be done to the annotations on pages.

Possible values are:

0 (Copy) The annotations will be copied from the original pages into source destination.
1 (Flatten) The annotations will become a part of the original pages' content.
2 (DontCopy) The annotations won't be copied to the destination.

Default value: 0 (Copy)

FieldsAction Integer Specifies what should be done to the fields on pages.

Possible values are:

0 (Copy) The form fields will be copied from the original pages into source destination.
1 (Flatten) The form fields will become a part of the original pages' content.
2 (DontCopy) The form fields won't be copied to the destination.

Default value: 1 (Flatten)

BookmarksAction Integer Specifies the action that would be applied to the bookmarks.

Possible values are:

0 (DontCopy) The bookmarks won't be copied at all.
1 (CopyAll) All of the bookmarks will be added to the destination. 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) Only the related bookmarks will be copied to the destination document.

Default value: 1 (CopyAll)

AddRootBookmarks Boolean Specifies whether the root bookmarks that go to the start of each combined document should be added.

Default value: false