Describes the supported page view modes of the control.
Namespace:
C1.Win.C1PreviewAssembly: C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)
Syntax
| C# |
|---|
public enum PageLayoutEnum |
| Visual Basic |
|---|
Public Enumeration PageLayoutEnum |
Members
| Member name | Description | |
|---|---|---|
| Normal | Displays pages in the standard way, one beneath the other. | |
| Facing | Displays facing pages side by side, the first page on the right. | |
| Custom | Displays pages in a grid layout, where the number or rows and columns in the grid is determined by the Rows and Cols properties. |