![]() |
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 > AztecBarcodeWriteOptions Class : SymbolModel Property |
[DefaultValueAttribute()] [CategoryAttribute(" Options")] [DisplayNameAttribute("Symbol Model")] [DescriptionAttribute("The Aztec Code symbol size to use when writing Aztec Code")] public AztecBarcodeSymbolModel SymbolModel {get; set;}
'Declaration
<DefaultValueAttribute()> <CategoryAttribute(" Options")> <DisplayNameAttribute("Symbol Model")> <DescriptionAttribute("The Aztec Code symbol size to use when writing Aztec Code")> Public Property SymbolModel As AztecBarcodeSymbolModel
'Usage
Dim instance As AztecBarcodeWriteOptions Dim value As AztecBarcodeSymbolModel instance.SymbolModel = value value = instance.SymbolModel
[DefaultValueAttribute()] [CategoryAttribute(" Options")] [DisplayNameAttribute("Symbol Model")] [DescriptionAttribute("The Aztec Code symbol size to use when writing Aztec Code")] public AztecBarcodeSymbolModel SymbolModel {get; set;}
@property (nonatomic, assign) LTAztecBarcodeSymbolModel symbolModel
public AztecBarcodeSymbolModel getSymbolModel() public void setSymbolModel(AztecBarcodeSymbolModel value)
DefaultValueAttribute() CategoryAttribute(" Options") DisplayNameAttribute("Symbol Model") DescriptionAttribute("The Aztec Code symbol size to use when writing Aztec Code") <br/>get_SymbolModel();<br/>set_SymbolModel(value);<br/>Object.defineProperty('SymbolModel');
[DefaultValueAttribute()] [CategoryAttribute(" Options")] [DisplayNameAttribute("Symbol Model")] [DescriptionAttribute("The Aztec Code symbol size to use when writing Aztec Code")] public: property AztecBarcodeSymbolModel SymbolModel { 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.