TransformPageOrientation
@objc(FSTransformPageOrientation)
public enum TransformPageOrientation : UInt, CustomStringConvertible
Represents an image transform page orientation type.
-
Portrait
Declaration
Swift
case portrait -
Landscape
Declaration
Swift
case landscape
-
Returns a
Stringrepresentation of self.Declaration
Swift
public var description: String { get }
View on GitHub
TransformPageOrientation Enumeration Reference