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

CustomStringConvertible Conformance

  • Returns a String representation of self.

    Declaration

    Swift

    public var description: String { get }