Gets or sets the chosen symbol size when writing an Aztec barcode.
public AztecBarcodeSymbolModel SymbolModel { get; set; }
Public Property SymbolModel As AztecBarcodeSymbolModel
@property (nonatomic, assign) LTAztecBarcodeSymbolModel symbolModel
public AztecBarcodeSymbolModel getSymbolModel()
public void setSymbolModel(AztecBarcodeSymbolModel value)
public:
property AztecBarcodeSymbolModel SymbolModel {
AztecBarcodeSymbolModel get();
void set ( 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
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document