AI-generated Key Takeaways
-
The table lists various barcode types and their support for rotation.
-
Most barcode types are not supported for Rotating Barcodes.
-
PDF_417
andQR_CODE
are the only barcode types explicitly mentioned as supported for Rotating Barcodes. -
Many barcode types have legacy aliases which are deprecated.
-
The
TEXT_ONLY
type renders the field as text and cannot be used withalternateText
.
Enums | |
---|---|
BARCODE_TYPE_UNSPECIFIED |
|
AZTEC |
Not supported for Rotating Barcodes. |
aztec |
Legacy alias for |
CODE_39 |
Not supported for Rotating Barcodes. |
code39 |
Legacy alias for |
CODE_128 |
Not supported for Rotating Barcodes. |
code128 |
Legacy alias for |
CODABAR |
Not supported for Rotating Barcodes. |
codabar |
Legacy alias for |
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 |
EAN_8 |
Not supported for Rotating Barcodes. |
ean8 |
Legacy alias for |
EAN_13 |
Not supported for Rotating Barcodes. |
ean13 |
Legacy alias for |
EAN13 |
Legacy alias for |
ITF_14 |
14 digit ITF code Not supported for Rotating Barcodes. |
itf14 |
Legacy alias for |
PDF_417 |
Supported for Rotating Barcodes. |
pdf417 |
Legacy alias for |
PDF417 |
Legacy alias for |
QR_CODE |
Supported for Rotating Barcodes. |
qrCode |
Legacy alias for |
qrcode |
Legacy alias for |
UPC_A |
11 or 12 digit codes Not supported for Rotating Barcodes. |
upcA |
Legacy alias for |
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 |