Options

From PDF XChange PDF SDK
Jump to: navigation, search
Line 15: Line 15:
 
| style="text-align:center" | Integer
 
| style="text-align:center" | Integer
 
| Specifies type of paper size that should be used for newly added pages. Possible values are:
 
| Specifies type of paper size that should be used for newly added pages. Possible values are:
{| class="op_internal_table" style="margin-left:10pt;margin-right:10pt;"
+
{| class="op_internal_table"
 
|-
 
|-
 
| class="op_enum_value" | '''0''' (Document) || use size of first page of the document;
 
| class="op_enum_value" | '''0''' (Document) || use size of first page of the document;
Line 27: Line 27:
 
| class="op_param_name" | Landscape
 
| class="op_param_name" | Landscape
 
| style="text-align:center" | Boolean
 
| style="text-align:center" | Boolean
|  
+
| Specifies orientation of the page.
 +
 
 +
Default value: <tt>false</tt>
 
|-
 
|-
 
| class="op_param_name" | <tt>StdPaperIndex</tt>
 
| class="op_param_name" | <tt>StdPaperIndex</tt>

Revision as of 14:32, 12 May 2015


Options Table

Name Type Value
PaperType Integer Specifies type of paper size that should be used for newly added pages. Possible values are:
0 (Document) use size of first page of the document;
1 (Standard) use standard page size specified by StdPaperIndex parameter;
2 (Custom) use page size specified by Width, and Height parameters.

Default value: 1 (Standard)

Landscape Boolean Specifies orientation of the page.

Default value: false

StdPaperIndex Integer
Width Double
Height Double
Count Integer
Rotation Integer
Adv1 Dictionary
Adv2 Dictionary

Adv1 Table

Name Type Value
PaperType Integer Array of IUnknown-based objects.

Adv2 Table

Name Type Value
PaperType Integer Array of IUnknown-based objects.