Gets or sets the chosen symbol size when writing an Aztec barcode.
public AztecBarcodeSymbolModel SymbolModel { get; set; }
Public Property SymbolModel As Leadtools.Barcode.AztecBarcodeSymbolModel
public Leadtools.Barcode.AztecBarcodeSymbolModel SymbolModel {get; set;}
@property (nonatomic, assign) LTAztecBarcodeSymbolModel symbolModel
public AztecBarcodeSymbolModel getSymbolModel()
public void setSymbolModel(AztecBarcodeSymbolModel value)
<br/>get_SymbolModel();<br/>set_SymbolModel(value);<br/>Object.defineProperty('SymbolModel');
public:
property Leadtools.Barcode.AztecBarcodeSymbolModel SymbolModel {
Leadtools.Barcode.AztecBarcodeSymbolModel get();
void set ( Leadtools.Barcode.AztecBarcodeSymbolModel );
}
A AztecBarcodeSymbolModel enumeration member that determines the symbol size to use when writing an Aztec barcode. The default value is AztecBarcodeSymbolModel.AutoSize.
The smallest Aztec Code symbol is AztecBarcodeSymbolModel.Compact1 (15x15 modules square), and the largest is AztecBarcodeSymbolModel.Full32(151 x 151). When the default value AztecBarcodeSymbolModel.AutoSize is used the encoder will choose a symbol size based on the size of input message and the ratio of error detection and correction
For an example, refer to AztecBarcodeWriteOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET