Different ways of laying out pages on the canvas.

Namespace: TallComponents.Interaction.WinForms
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.43.1

Syntax

C#
public enum PageLayout
Visual Basic
Public Enumeration PageLayout

Members

Member nameValueDescription
Single0 The PagesViewer area contains a single page.
TopToBottom1 The PagesViewer area contains all pages, laid out in a column.
Double2 The PagesViewer area contains two pages.
DoubleTopToBottom3 The PagesViewer area contains all pages, laid out pairwise in a column.
DoubleFacing4 The pagesViewer area contains two facing pages, if they exist. Otherwise it contains just one page.
DoubleFacingTopToBottom5 The PagesViewer area contains all pages, laid out pairwise in a column. Facing pages are placed next to each other.
Custom6 Custom page layout. Use this if you want to set the LayoutManager and PageSelection yourself.

See Also