Share via


UIWebPaginationMode Enum

Definition

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

[ObjCRuntime.Native]
public enum UIWebPaginationMode
[<ObjCRuntime.Native>]
type UIWebPaginationMode = 
Inheritance
UIWebPaginationMode
Attributes

Fields

Name Value Description
Unpaginated 0

Content appears as one long scrolling view with no pages.

LeftToRight 1

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

TopToBottom 2

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

BottomToTop 3

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

RightToLeft 4

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

Applies to