type property

String? type
getter/setter pair

The type of barcode. Possible string values are:

  • "BARCODE_TYPE_UNSPECIFIED"
  • "AZTEC" : Not supported for Rotating Barcodes.
  • "aztec" : Legacy alias for AZTEC. Deprecated. Not supported for Rotating Barcodes.
  • "CODE_39" : Not supported for Rotating Barcodes.
  • "code39" : Legacy alias for CODE_39. Deprecated. Not supported for Rotating Barcodes.
  • "CODE_128" : Not supported for Rotating Barcodes.
  • "code128" : Legacy alias for CODE_128. Deprecated. Not supported for Rotating Barcodes.
  • "CODABAR" : Not supported for Rotating Barcodes.
  • "codabar" : Legacy alias for CODABAR. Deprecated. Not supported for Rotating Barcodes.
  • "DATA_MATRIX" : A 2D matrix barcode consisting of black and white. Cells or modules are arranged in either a square or rectangle. Not supported for Rotating Barcodes.
  • "dataMatrix" : Legacy alias for DATA_MATRIX. Deprecated. Not supported for Rotating Barcodes.
  • "EAN_8" : Not supported for Rotating Barcodes.
  • "ean8" : Legacy alias for EAN_8. Deprecated. Not supported for Rotating Barcodes.
  • "EAN_13" : Not supported for Rotating Barcodes.
  • "ean13" : Legacy alias for EAN_13. Deprecated. Not supported for Rotating Barcodes.
  • "EAN13" : Legacy alias for EAN_13. Deprecated. Not supported for Rotating Barcodes.
  • "ITF_14" : 14 digit ITF code Not supported for Rotating Barcodes.
  • "itf14" : Legacy alias for ITF_14. Deprecated. Not supported for Rotating Barcodes.
  • "PDF_417" : Supported for Rotating Barcodes.
  • "pdf417" : Legacy alias for PDF_417. Deprecated.
  • "PDF417" : Legacy alias for PDF_417. Deprecated.
  • "QR_CODE" : Supported for Rotating Barcodes.
  • "qrCode" : Legacy alias for QR_CODE. Deprecated.
  • "qrcode" : Legacy alias for QR_CODE. Deprecated.
  • "UPC_A" : 11 or 12 digit codes Not supported for Rotating Barcodes.
  • "upcA" : Legacy alias for UPC_A. Deprecated. Not supported for Rotating Barcodes.
  • "TEXT_ONLY" : Renders the field as a text field. The alternateText field may not be used with a barcode of type textOnly. Not supported for Rotating Barcodes.
  • "textOnly" : Legacy alias for TEXT_ONLY. Deprecated. Not supported for Rotating Barcodes.

Implementation

core.String? type;