CodeType

public enum CodeType : String

The type of the code

Author

Adamas

Date

15/09/2019

Version

1.5.0
  • Undocumented

    Declaration

    Swift

    case code128 = "CICode128BarcodeGenerator"
  • Undocumented

    Declaration

    Swift

    case pdf417 = "CIPDF417BarcodeGenerator"
  • Undocumented

    Declaration

    Swift

    case aztec = "CIAztecCodeGenerator"
  • qr

    Undocumented

    Declaration

    Swift

    case qr = "CIQRCodeGenerator"