UIWebPaginationMode
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
- Attributes
Fields
BottomToTop BottomToTop | 3 | The content will be broken into pages that flow from bottom to top. |
LeftToRight LeftToRight | 1 | The content will be broken into pages that flow from left to right. |
RightToLeft RightToLeft | 4 | The content will be broken into pages that flow from right to left. |
TopToBottom TopToBottom | 2 | The content will be broken into pages that flow from top to bottom. |
Unpaginated Unpaginated | 0 | Content appears as one long scrolling view with no pages. |
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...