PdfDisplayMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerated PDF display modes.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PdfDisplayMode
type PdfDisplayMode =
- Inheritance
-
PdfDisplayMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
SinglePage | 0 | Indicates that a single page at a time is displayed. |
SinglePageContinuous | 1 | Indicates that pages are displayed in a single continuously scrolling column. |
TwoUp | 2 | Indicates that two pages are displayed side by side. |
TwoUpContinuous | 3 | Indicates that pages are displayed in a continuously scrolling double column. |