TxPageLayout
IPDFDocument3 :: Types used in IPDFDocument3

See Also
Collapse All

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

Syntax

enum TxPageLayout

Remarks

PDF Creator Pilot supports the following page layouts:

Name

Description

Value

plSinglePage

Display one page at a time

0

plOneColumn

Display the pages in one column

1

plTwoColumnLeft

Display the pages in two columns, with odd numbered pages on the left

2

plTwoColumnRight

Display the pages in two columns, with odd numbered pages on the right

3

See Also

Reference