Different ways of laying out pages on the canvas.
Namespace: TallComponents.Interaction.WinFormsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public enum PageLayout |
| Visual Basic |
|---|
Public Enumeration PageLayout |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Single | 0 | The PagesViewer area contains a single page. | |
| TopToBottom | 1 | The PagesViewer area contains all pages, laid out in a column. | |
| Double | 2 | The PagesViewer area contains two pages. | |
| DoubleTopToBottom | 3 | The PagesViewer area contains all pages, laid out pairwise in a column. | |
| DoubleFacing | 4 | The pagesViewer area contains two facing pages, if they exist. Otherwise it contains just one page. | |
| DoubleFacingTopToBottom | 5 | The PagesViewer area contains all pages, laid out pairwise in a column. Facing pages are placed next to each other. | |
| Custom | 6 | Custom page layout. Use this if you want to set the LayoutManager and PageSelection yourself. |