UIWebPaginationBreakingMode Enum

Definition

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

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

Fields

Column 1

Contents respects CSS properties relation to column-breaking.

Page 0

Content respects CSS properties controlling page-breaking.

Applies to