Module: Zint::Constants::CapabilityFlags
- Included in:
- Zint
- Defined in:
- lib/zint/constants/capability_flags.rb
Overview
Capability flags (ZBarcode_Cap() ‘cap_flag`)
Constant Summary collapse
- ZINT_CAP_HRT =
Prints Human Readable Text? */
0x0001
- ZINT_CAP_STACKABLE =
Is stackable? */
0x0002
- ZINT_CAP_EXTENDABLE =
Is extendable with add-on data? (Is EAN/UPC?) */
0x0004
- ZINT_CAP_COMPOSITE =
Can have composite data? */
0x0008
- ZINT_CAP_ECI =
Supports Extended Channel Interpretations? */
0x0010
- ZINT_CAP_GS1 =
Supports GS1 data? */
0x0020
- ZINT_CAP_DOTTY =
Can be output as dots? */
0x0040
- ZINT_CAP_QUIET_ZONES =
Has default quiet zones? */
0x0080
- ZINT_CAP_FIXED_RATIO =
Has fixed width-to-height (aspect) ratio? */
0x0100
- ZINT_CAP_READER_INIT =
Supports Reader Initialisation? */
0x0200
- ZINT_CAP_FULL_MULTIBYTE =
Supports full-multibyte option? */
0x0400
- ZINT_CAP_MASK =
Is mask selectable? */
0x0800
- ZINT_CAP_STRUCTAPP =
Supports Structured Append? */
0x1000
- ZINT_CAP_COMPLIANT_HEIGHT =
Has compliant height? */
0x2000