Public Member Functions | |
AztecBarcode (IPoint start, string data) | |
override string | ToString () |
Returns the string that can be sent to printer. | |
Static Public Member Functions | |
static int | CalculateDataLength (string input, AztecCodeTypeEnum formatType, int parameter=23) |
Protected Member Functions | |
int | GetErrCorrectionPercent () |
int | GetLayersWithinRange () |
bool | HasLayers () |
Properties | |
virtual ICellSquare | CellSize = Defaults.CellSize [get, set] |
virtual string | Data [get, set] |
int | FixedErrCorrection = 23 [get, set] |
This percent error correction value only applies to AztecCodeTypeEnum.FixedErrCorrection. More... | |
int | Layers = 1 [get, set] |
The number of layers to use for AztecCodeTypeEnum.Compact or AztecCodeTypeEnum.Full barcode types. More... | |
virtual RotateEnum | Rotation = RotateEnum.None [get, set] |
virtual IRuler | Ruler = null [get, set] |
virtual IPoint | Start [get, set] |
virtual AztecCodeTypeEnum | Type = AztecCodeTypeEnum.Default [get, set] |
|
getsetinherited |
This percent error correction value only applies to AztecCodeTypeEnum::FixedErrCorrection.
Valid range: 1 - 99. Any values outside of range will be ignored and limited to be within range.
|
getsetinherited |
The number of layers to use for AztecCodeTypeEnum::Compact or AztecCodeTypeEnum::Full barcode types.
Valid range: 1 - 4 for AztecCodeTypeEnum::Compact barcode type.
Valid range: 1 - 32 for AztecCodeTypeEnum::Full barcode type.
Any values outside of range will be ignored and limited to be within range.