Quality

public enum Quality : Int

Set to High (2x) or Ultra (4x) when generating output for printing, otherwise use Standard.

  • Undocumented

    Declaration

    Swift

    case Standard = 1
  • Undocumented

    Declaration

    Swift

    case High = 2
  • Undocumented

    Declaration

    Swift

    case Ultra = 4