←Select platform

EccLevel Property

Summary

Gets or sets the ECC level for the QR Code symbol to be written.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="EccLevel", IsRequired=true)] 
public BarcodeQrEccLevel EccLevel { get; set; } 
  
<DataMemberAttribute(Name="EccLevel", IsRequired=True)> 
Public Property EccLevel As Leadtools.Services.Barcode.Datacontracts.BarcodeQrEccLevel 
[DataMemberAttribute(Name="EccLevel", IsRequired=true)] 
public: 
property Leadtools.Services.Barcode.Datacontracts.BarcodeQrEccLevel EccLevel { 
   Leadtools.Services.Barcode.Datacontracts.BarcodeQrEccLevel get(); 
   void set (    Leadtools.Services.Barcode.Datacontracts.BarcodeQrEccLevel ); 
} 

Property Value

ECC level for the QR Code symbol.

Example

For an example, refer to BarcodeWriteQr class example.

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.Services.Barcode.DataContracts Assembly