UIWebPaginationMode Enum

Definition

An enumeration whose values specify valid page-break modes for the UIWebView's PaginationMode property.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIWebPaginationMode
type UIWebPaginationMode = 
Inheritance
UIWebPaginationMode
Attributes

Fields

BottomToTop 3

The content will be broken into pages that flow from bottom to top.

LeftToRight 1

The content will be broken into pages that flow from left to right.

RightToLeft 4

The content will be broken into pages that flow from right to left.

TopToBottom 2

The content will be broken into pages that flow from top to bottom.

Unpaginated 0

Content appears as one long scrolling view with no pages.

Applies to