Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

SymbolModel Property (MicroQRBarcodeWriteOptions)








Gets or sets the chosen symbol size when writing a Micro QR barcode.
Syntax
[DisplayNameAttribute("Symbol Model")]
[DefaultValueAttribute()]
[CategoryAttribute("		Options")]
[DescriptionAttribute()]
public MicroQRBarcodeSymbolModel SymbolModel {get; set;}
'Declaration
 
<DisplayNameAttribute("Symbol Model")>
<DefaultValueAttribute()>
<CategoryAttribute("		Options")>
<DescriptionAttribute()>
Public Property SymbolModel As MicroQRBarcodeSymbolModel
'Usage
 
Dim instance As MicroQRBarcodeWriteOptions
Dim value As MicroQRBarcodeSymbolModel
 
instance.SymbolModel = value
 
value = instance.SymbolModel
[DisplayNameAttribute("Symbol Model")]
[DefaultValueAttribute()]
[CategoryAttribute("		Options")]
[DescriptionAttribute()]
public MicroQRBarcodeSymbolModel SymbolModel {get; set;}
@property (nonatomic, assign) LTMicroQRBarcodeSymbolModel symbolModel
public MicroQRBarcodeSymbolModel getSymbolModel()
public void setSymbolModel(MicroQRBarcodeSymbolModel value)
            
DisplayNameAttribute("Symbol Model")
DefaultValueAttribute()
CategoryAttribute("		Options")
DescriptionAttribute()
 <br/>get_SymbolModel();<br/>set_SymbolModel(value);<br/>Object.defineProperty('SymbolModel'); 
[DisplayNameAttribute("Symbol Model")]
[DefaultValueAttribute()]
[CategoryAttribute("		Options")]
[DescriptionAttribute()]
public:
property MicroQRBarcodeSymbolModel SymbolModel {
   MicroQRBarcodeSymbolModel get();
   void set (    MicroQRBarcodeSymbolModel value);
}

Property Value

A MicroQRBarcodeSymbolModel enumeration member that determines the symbol size to use when writing a Micro QR barcode. The default value is MicroQRBarcodeSymbolModel.AutoSize.
Remarks

When the default value MicroQRBarcodeSymbolModel.AutoSize is used the encoder will choose a symbol size based on the size of input message.

Example

For an example, refer to MicroQRBarcodeWriteOptions.

Requirements

Target Platforms

See Also

Reference

MicroQRBarcodeWriteOptions Class
MicroQRBarcodeWriteOptions Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features