←Select platform

MicroQRSymbolModel Property

Summary

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

Syntax

C#
VB
WinRT C#
C++
public Leadtools.Barcode.MicroQRBarcodeSymbolModel MicroQRSymbolModel {get; set;} 
Public Property MicroQRSymbolModel As Leadtools.Barcode.MicroQRBarcodeSymbolModel 
public Leadtools.Barcode.MicroQRBarcodeSymbolModel MicroQRSymbolModel {get; set;} 
 <br/>get_MicroQRSymbolModel();<br/>set_MicroQRSymbolModel(value);<br/>Object.defineProperty('MicroQRSymbolModel');  

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly