←Select platform

SymbolModel Property (AztecBarcodeWriteOptions)

Summary

Gets or sets the chosen symbol size when writing an Aztec barcode.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[DefaultValueAttribute()] 
[CategoryAttribute("        Options")] 
[DisplayNameAttribute("Symbol Model")] 
[DescriptionAttribute("The Aztec Code symbol size to use when writing Aztec Code")] 
public Leadtools.Barcode.AztecBarcodeSymbolModel SymbolModel {get; set;} 
<DefaultValueAttribute()> 
<CategoryAttribute("     Options")> 
<DisplayNameAttribute("Symbol Model")> 
<DescriptionAttribute("The Aztec Code symbol size to use when writing Aztec Code")> 
Public Property SymbolModel As Leadtools.Barcode.AztecBarcodeSymbolModel 
[DefaultValueAttribute()] 
[CategoryAttribute("        Options")] 
[DisplayNameAttribute("Symbol Model")] 
[DescriptionAttribute("The Aztec Code symbol size to use when writing Aztec Code")] 
public Leadtools.Barcode.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") 
  
get_SymbolModel(); 
set_SymbolModel(value); 
Object.defineProperty('SymbolModel');  
[DefaultValueAttribute()] 
[CategoryAttribute("        Options")] 
[DisplayNameAttribute("Symbol Model")] 
[DescriptionAttribute("The Aztec Code symbol size to use when writing Aztec Code")] 
public: 
property Leadtools.Barcode.AztecBarcodeSymbolModel SymbolModel { 
   Leadtools.Barcode.AztecBarcodeSymbolModel get(); 
   void set (    Leadtools.Barcode.AztecBarcodeSymbolModel ); 
} 

Property Value

A AztecBarcodeSymbolModel enumeration member that determines the symbol size to use when writing an Aztec barcode. The default value is AztecBarcodeSymbolModel.AutoSize.

Remarks

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

Example

For an example, refer to AztecBarcodeWriteOptions.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize