LayoutType
IPDFDocument4 :: Types used in IPDFDocument4

See Also
Collapse All

This type specifies the page layout to be used when the document is opened.

Syntax

enum LayoutType

Remarks

PDF Creator Pilot supports the following page layouts:

Name

Layout Display

Value

ltSinglePage One page at a time

0

ltOneColumn Pages in one column

1

ltTwoColumnLeft Pages in two columns, with odd-numbered pages on the left

2

ltTwoColumnRight Pages in two columns, with odd-numbered pages on the right

3

ltTwoPageLeft Pages two at a time, with odd-numbered pages on the left

4

ltTwoPageRight Pages two at a time, with odd-numbered pages on the right

5

See Also

Reference