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

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

Syntax

C#
public enum PageLayout
Visual Basic
Public Enumeration PageLayout

Members

Member nameValueDescription
ViewerDefault0 Do not specify a layout and use the current viewer default.
SinglePage1 Display one page at a time.
OneColumn2 Display the pages in one column.
TwoColumnLeft3 Display the pages in two columns, with odd-numbered pages on the left.
TwoColumnRight4 Display the pages in two columns, with odd-numbered pages on the right.

See Also