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

Namespace:  C1.Phone.Pdf
Assembly:  C1.Phone.Pdf (in C1.Phone.Pdf.dll)

Syntax

C#
public enum PageLayout
Visual Basic
Public Enumeration PageLayout

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