TransformPageFormat

@objc(FSTransformPageFormat)
public enum TransformPageFormat : UInt, CustomStringConvertible

Represents an image transform page format type.

  • a2

    A2

    Declaration

    Swift

    case a2
  • a3

    A3

    Declaration

    Swift

    case a3
  • a4

    A4

    Declaration

    Swift

    case a4
  • a5

    A5

    Declaration

    Swift

    case a5
  • b4

    B4

    Declaration

    Swift

    case b4
  • b5

    B5

    Declaration

    Swift

    case b5
  • Letter

    Declaration

    Swift

    case letter
  • Legal

    Declaration

    Swift

    case legal
  • Tabloid

    Declaration

    Swift

    case tabloid

CustomStringConvertible Conformance

  • Returns a String representation of self.

    Declaration

    Swift

    public var description: String { get }