Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > BarcodeData Class : AztecSymbolModel Property |
[DefaultValueAttribute()] [DescriptionAttribute("The Aztec Code symbol size to use when writing Aztec Code")] [DisplayNameAttribute("Symbol Model")] [CategoryAttribute(" Options")] public AztecBarcodeSymbolModel AztecSymbolModel {get; set;}
'Declaration
<DefaultValueAttribute()> <DescriptionAttribute("The Aztec Code symbol size to use when writing Aztec Code")> <DisplayNameAttribute("Symbol Model")> <CategoryAttribute(" Options")> Public Property AztecSymbolModel As AztecBarcodeSymbolModel
'Usage
Dim instance As BarcodeData Dim value As AztecBarcodeSymbolModel instance.AztecSymbolModel = value value = instance.AztecSymbolModel
[DefaultValueAttribute()] [DescriptionAttribute("The Aztec Code symbol size to use when writing Aztec Code")] [DisplayNameAttribute("Symbol Model")] [CategoryAttribute(" Options")] public AztecBarcodeSymbolModel AztecSymbolModel {get; set;}
DefaultValueAttribute() DescriptionAttribute("The Aztec Code symbol size to use when writing Aztec Code") DisplayNameAttribute("Symbol Model") CategoryAttribute(" Options") <br/>get_AztecSymbolModel();<br/>set_AztecSymbolModel(value);<br/>Object.defineProperty('AztecSymbolModel');
[DefaultValueAttribute()] [DescriptionAttribute("The Aztec Code symbol size to use when writing Aztec Code")] [DisplayNameAttribute("Symbol Model")] [CategoryAttribute(" Options")] public: property AztecBarcodeSymbolModel AztecSymbolModel { AztecBarcodeSymbolModel get(); void set ( AztecBarcodeSymbolModel value); }
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.