.NET Framework Class Library
PageLayoutMode Enumeration
|
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Viewer Namespace > PageLayoutMode Enumeration |
Defines page arrangement options.
Namespace: Gnostice.Core.Viewer
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public Enumeration PageLayoutMode |
C# |
public enum PageLayoutMode |
Visual C++ |
public enum class PageLayoutMode |
Member name |
Value |
Description |
|
SinglePage |
0 |
||
TwoPage |
1 |
A column of single pages is displayed. |
|
AutoFitPagesInWindow |
2 |
A column of two pages are displayed. |
|
SpecifiedColumns |
3 |
Pages are automatically resized to fit the current number of page columns within the window. |