PDFReaderControls.NET Standard Class Reference

PageLayout Enumeration

Different styles for laying out pages on the canvas.

public enum PageLayout

Members

Member Name Description
Single The PagesViewer area contains a single page.
TopToBottom The PagesViewer area contains all pages, laid out in a column.
Double The PagesViewer area contains two pages.
DoubleTopToBottom The PagesViewer area contains all pages, laid out pairwise in a column.
DoubleFacing The pagesViewer area contains two facing pages, if they exist. Otherwise it contains just one page.
DoubleFacingTopToBottom The PagesViewer area contains all pages, laid out pairwise in a column. Facing pages are placed next to each other.

Requirements

Namespace: TallComponents.PDF.ReaderControls

Assembly: TallComponents.PDF.ReaderControls (in TallComponents.PDF.ReaderControls.dll)

See Also

TallComponents.PDF.ReaderControls Namespace