←Select platform

MicroQRSymbolModel Property

Summary

Gets or sets the chosen symbol size when writing a Micro QR barcode.

Syntax

C#
VB
WinRT C#
C++
[DisplayNameAttribute("Symbol Model")] 
[DescriptionAttribute("Micro QR symbol model")] 
[DefaultValueAttribute()] 
[CategoryAttribute("        Options")] 
public Leadtools.Barcode.MicroQRBarcodeSymbolModel MicroQRSymbolModel {get; set;} 
<DisplayNameAttribute("Symbol Model")> 
<DescriptionAttribute("Micro QR symbol model")> 
<DefaultValueAttribute()> 
<CategoryAttribute("     Options")> 
Public Property MicroQRSymbolModel As Leadtools.Barcode.MicroQRBarcodeSymbolModel 
[DisplayNameAttribute("Symbol Model")] 
[DescriptionAttribute("Micro QR symbol model")] 
[DefaultValueAttribute()] 
[CategoryAttribute("        Options")] 
public Leadtools.Barcode.MicroQRBarcodeSymbolModel MicroQRSymbolModel {get; set;} 
DisplayNameAttribute("Symbol Model") 
DescriptionAttribute("Micro QR symbol model") 
DefaultValueAttribute() 
CategoryAttribute("     Options") 
  
get_MicroQRSymbolModel(); 
set_MicroQRSymbolModel(value); 
Object.defineProperty('MicroQRSymbolModel');  
[DisplayNameAttribute("Symbol Model")] 
[DescriptionAttribute("Micro QR symbol model")] 
[DefaultValueAttribute()] 
[CategoryAttribute("        Options")] 
public: 
property Leadtools.Barcode.MicroQRBarcodeSymbolModel MicroQRSymbolModel { 
   Leadtools.Barcode.MicroQRBarcodeSymbolModel get(); 
   void set (    Leadtools.Barcode.MicroQRBarcodeSymbolModel ); 
} 

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

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