Options

From PDF XChange PDF SDK
Revision as of 02:10, 15 March 2016 by Palamar (Talk | contribs)

Jump to: navigation, search


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) The size of the first page of the document will be used.
1 (Standard) The standard page size specified by StdPaperIndex parameter will be used.
2 (Custom) Page size specified by Width, and Height parameters will be used.

Default value: 1 (Standard)

Landscape Boolean Specifies pages' orientation.

Default value: false

StdPaperIndex Integer Specifies one of standard predefined page size. The list of possible values are shown in the table.
Width Double Specifies width of new pages in pt (1 pt = 1/72 in). The value should be in range from 3 to 14400. This parameter is used when PaperType has value of 2 (Custom).

Default value: 595.28 (equivalent of 210 mm).

Height Double Specifies height of new pages in pt (1 pt = 1/72 in). The value should be in range from 3 to 14400. This parameter is used when PaperType has value of 2 (Custom).

Default value: 841.89 (equivalent of 297 mm).

Count Integer Specifies a number of new pages that will be created.

Default value: 1.

Rotation Integer Specifies rotation of newly added pages. The value must be an integer multiply of 90.

Default value: 0.