PdfDisplayMode Enum
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.
C#
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PdfDisplayMode
type PdfDisplayMode =
- Inheritance
-
PdfDisplayMode
- Attributes
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. |
Product | Versions |
---|---|
Xamarin iOS SDK | 12 |