Class: DynamicPDFApi::DataMatrixSymbolSize
- Inherits:
-
Object
- Object
- DynamicPDFApi::DataMatrixSymbolSize
- Defined in:
- lib/ruby_client/Elements/DataMatrixSymbolSize.rb
Overview
Specifies the symbol size of a DataMatrix Barcode.
Constant Summary collapse
- AUTO =
Calculates symbol size based on the value.
'auto'.freeze
- R10_X_C10 =
10 rows by 10 columns.
'r10xC10'.freeze
- R12_X_C12 =
12 rows by 12 columns.
'r12xC12'.freeze
- R14_X_C14 =
14 rows by 14 columns.
'r14xC14'.freeze
- R16_X_C16 =
16 rows by 16 columns.
'r16xC16'.freeze
- R18_X_C18 =
18 rows by 18 columns.
'r18xC18'.freeze
- R20_X_C20 =
20 rows by 20 columns.
'r20xC20'.freeze
- R22_X_C22 =
22 rows by 22 columns.
'r22xC22'.freeze
- R24_X_C24 =
24 rows by 24 columns.
'r24xC24'.freeze
- R26_X_C26 =
26 rows by 26 columns.
'r26xC26'.freeze
- R32_X_C32 =
32 rows by 32 columns.
'r32xC32'.freeze
- R36_X_C36 =
36 rows by 36 columns.
'r36xC36'.freeze
- R40_X_C40 =
40 rows by 40 columns.
'r40xC40'.freeze
- R44_X_C44 =
44 rows by 44 columns.
'r44xC44'.freeze
- R48_X_C48 =
48 rows by 48 columns.
'r48xC48'.freeze
- R52_X_C52 =
52 rows by 52 columns.
'r52xC52'.freeze
- R64_X_C64 =
64 rows by 64 columns.
'r64xC64'.freeze
- R72_X_C72 =
72 rows by 72 columns.
'r72xC72'.freeze
- R80_X_C80 =
80 rows by 80 columns.
'r80xC80'.freeze
- R88_X_C88 =
88 rows by 88 columns.
'r88xC88'.freeze
- R96_X_C96 =
96 rows by 96 columns.
'r96xC96'.freeze
- R104_X_C104 =
104 rows by 104 columns.
'r104xC104'.freeze
- R120_X_C120 =
120 rows by 120 columns.
'r120xC120'.freeze
- R132_X_C132 =
132 rows by 132 columns.
'r132xC132'.freeze
- R144_X_C144 =
144 rows by 144 columns.
'r144xC144'.freeze
- R8_X_C18 =
8 rows by 18 columns.
'r8xC18'.freeze
- R8_X_C32 =
8 rows by 32 columns.
'r8xC32'.freeze
- R12_X_C26 =
12 rows by 26 columns.
'r12xC26'.freeze
- R12_X_C36 =
12 rows by 36 columns.
'r12xC36'.freeze
- R16_X_C36 =
16 rows by 36 columns.
'r16xC36'.freeze
- R16_X_C48 =
16 rows by 48 columns.
'r16xC48'.freeze