Specifies the page layout to be used when a PDF document is opened.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum PageLayoutEnum
Visual Basic
Public Enumeration PageLayoutEnum

Members

Member nameDescription
ViewerDefault Do not specify a layout and use the current viewer default.
SinglePage Display one page at a time.
OneColumn Display the pages in one column.
TwoColumnLeft Display the pages in two columns, with odd-numbered pages on the left.
TwoColumnRight Display the pages in two columns, with odd-numbered pages on the right.

See Also