Share via


UIWebPaginationBreakingMode Enum

Definition

An enumeration whose values specify whether a UIWebView's PaginationMode should break by columns or page.

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

Fields

Name Value Description
Page 0

Content respects CSS properties controlling page-breaking.

Column 1

Contents respects CSS properties relation to column-breaking.

Applies to