UIPrintInfoOrientation Enum

Definition

An enumeration of printing orientations.

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

Fields

Landscape 1

Landscape mode, in which the longer side of the page is horizontal.

Portrait 0

Portrait mode, in which the longer side of the page is vertical.

Applies to