Options

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 14: Line 14:
 
| class="op_param_name" | Flags
 
| class="op_param_name" | Flags
 
| style="text-align:center" | Integer
 
| style="text-align:center" | Integer
| Specifies...
+
| Specifies [[PXV:PXV_ChangeDocPropsFlag|flags]] of the properties that should be changed.
 
Default value: <tt>'''0'''</tt>
 
Default value: <tt>'''0'''</tt>
 
|-
 
|-
 
| class="op_param_name" | Title
 
| class="op_param_name" | Title
 
| style="text-align:center" | String
 
| style="text-align:center" | String
| Specifies...
+
| Specifies document's title.
 
Default value: <tt>'''Empty String'''</tt>
 
Default value: <tt>'''Empty String'''</tt>
 
|-
 
|-
 
| class="op_param_name" | Author
 
| class="op_param_name" | Author
 
| style="text-align:center" | String
 
| style="text-align:center" | String
| Specifies...
+
| Specifies document's author.
 
Default value: <tt>'''Empty String'''</tt>
 
Default value: <tt>'''Empty String'''</tt>
 
|-
 
|-
 
| class="op_param_name" | Subject
 
| class="op_param_name" | Subject
 
| style="text-align:center" | String
 
| style="text-align:center" | String
| Specifies...
+
| Specifies document's subject.
 
Default value: <tt>'''Empty String'''</tt>
 
Default value: <tt>'''Empty String'''</tt>
 
|-
 
|-
 
| class="op_param_name" | Keywords
 
| class="op_param_name" | Keywords
 
| style="text-align:center" | String
 
| style="text-align:center" | String
| Specifies...
+
| Specifies document's keywords.
 
Default value: <tt>'''Empty String'''</tt>
 
Default value: <tt>'''Empty String'''</tt>
 
|-
 
|-
 
| class="op_param_name" | Creator
 
| class="op_param_name" | Creator
 
| style="text-align:center" | String
 
| style="text-align:center" | String
| Specifies...
+
| Specifies document's creator.
 
Default value: <tt>'''Empty String'''</tt>
 
Default value: <tt>'''Empty String'''</tt>
 
|-
 
|-
 
| class="op_param_name" | Producer
 
| class="op_param_name" | Producer
 
| style="text-align:center" | String
 
| style="text-align:center" | String
| Specifies...
+
| Specifies document's producer.
 
Default value: <tt>'''Empty String'''</tt>
 
Default value: <tt>'''Empty String'''</tt>
 
|-
 
|-
 
| class="op_param_name" | CreatorTool
 
| class="op_param_name" | CreatorTool
 
| style="text-align:center" | String
 
| style="text-align:center" | String
| Specifies...
+
| Specifies the program by which the document was created.
 
Default value: <tt>'''Empty String'''</tt>
 
Default value: <tt>'''Empty String'''</tt>
 
|-
 
|-
 
| class="op_param_name" | CreationDate
 
| class="op_param_name" | CreationDate
 
| style="text-align:center" | String
 
| style="text-align:center" | String
| Specifies...
+
| Specifies document's creation date.
 
Default value: <tt>'''Empty String'''</tt>
 
Default value: <tt>'''Empty String'''</tt>
 
|-
 
|-
 
| class="op_param_name" | ModDate
 
| class="op_param_name" | ModDate
 
| style="text-align:center" | String
 
| style="text-align:center" | String
| Specifies...
+
| Specifies document's modification date.
 
Default value: <tt>'''Empty String'''</tt>
 
Default value: <tt>'''Empty String'''</tt>
 
|-
 
|-
 
| class="op_param_name" | Trapped
 
| class="op_param_name" | Trapped
 
| style="text-align:center" | Integer
 
| style="text-align:center" | Integer
| Specifies...
+
| Specifies document's Trapped atom.
 
Default value: <tt>'''-1'''</tt>
 
Default value: <tt>'''-1'''</tt>
 
|-
 
|-

Revision as of 08:59, 11 March 2016


Options Table

Name Type Value
Flags Integer Specifies flags of the properties that should be changed.

Default value: 0

Title String Specifies document's title.

Default value: Empty String

Author String Specifies document's author.

Default value: Empty String

Subject String Specifies document's subject.

Default value: Empty String

Keywords String Specifies document's keywords.

Default value: Empty String

Creator String Specifies document's creator.

Default value: Empty String

Producer String Specifies document's producer.

Default value: Empty String

CreatorTool String Specifies the program by which the document was created.

Default value: Empty String

CreationDate String Specifies document's creation date.

Default value: Empty String

ModDate String Specifies document's modification date.

Default value: Empty String

Trapped Integer Specifies document's Trapped atom.

Default value: -1

PageLayout Integer Specifies...

Default value: -1

PageMode Integer Specifies...

Default value: -1

NonFSPageMode Integer Specifies...

Default value: -1

DestPage Integer Specifies...

Default value: 0

DestZoom Double Specifies...

Default value: 0.0

DestZoomMode Integer Specifies...

Default value: 0

BaseURL String Specifies...

Default value: Empty String

Language String Specifies...

Default value: Empty String

R2L Boolean Specifies...

Default value: false

ViewFlags Integer Specifies...

Default value: 0

NoPrintScaling Boolean Specifies...

Default value: false

Duplex Integer Specifies...

The list of possible values are shown in the table.

Default value: 0 (Auto)

PaperByPageSize Integer Specifies...

Default value: -1

PrintRange String Specifies...

Default value: Empty String

NumCopies Integer Specifies...

Default value: 0

ActionWillClose IUnknown Specifies...
ActionWillSave IUnknown Specifies...
ActionDidSave IUnknown Specifies...
ActionWillPrint IUnknown Specifies...
ActionDidPrint IUnknown Specifies...
Metadata IUnknown Specifies...
CustomAdd Array Array of Dictionary

Specifies...

CustomRemove Array Array of Dictionary

Specifies...

CustomAdd Table

Name Type Value
Key String Specifies...

Default value: Empty String

Value String Specifies...

Default value: Empty String

CustomRemove Table

Name Type Value
Key String Specifies...

Default value: Empty String