Namespace CoreControls.DisplayModes
Constructor Attributes | Constructor Name and Description |
---|---|
Display modes that control how the document's page are displayed
|
Field Attributes | Field Name and Description |
---|---|
Displays all the pages in a scrolling view in one column.
|
|
Displays all pages in a scrolling view in two columns.
|
|
Same as the Cover display mode except that it is not a scrolling view.
|
|
Any custom display mode.
|
|
Displays up to two pages at a time, side by side.
|
|
Displays all pages in a scrolling view in two columns.
|
|
Displays one page at a time.
|
Namespace Detail
CoreControls.DisplayModes
Display modes that control how the document's page are displayed
Field Detail
{string}
Continuous
Displays all the pages in a scrolling view in one column.
{string}
Cover
Displays all pages in a scrolling view in two columns. The first row has a single page in the second column.
{string}
CoverFacing
Same as the Cover display mode except that it is not a scrolling view.
{string}
Custom
Any custom display mode.
{string}
Facing
Displays up to two pages at a time, side by side.
{string}
FacingContinuous
Displays all pages in a scrolling view in two columns.
{string}
Single
Displays one page at a time.