Click or drag to resize

LayoutMode Enumeration

Page layout mode to be used when the document is opened.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public enum LayoutMode
Members
  Member nameValueDescription
SinglePage0 Display one page at a time. This is the default layout.
OneColumn1 Display the pages in one column.
TwoColumnLeft2 Display the pages in two columns, with odd-numbered pages on the left.
TwoColumnRight3 Display the pages in two columns, with odd-numbered pages on the right.
TwoPageLeft4 Display the pages two at a time, with odd-numbered pages on the left.
TwoPageRight5 Display the pages two at a time, with odd-numbered pages on the right.
See Also