| Visual Basic (Declaration) | |
|---|---|
Public Property EccLevel As BarcodeQrEccLevel | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As BarcodeWriteQr Dim value As BarcodeQrEccLevel instance.EccLevel = value value = instance.EccLevel | |
| C# | |
|---|---|
public BarcodeQrEccLevel EccLevel {get; set;} | |
| C++/CLI | |
|---|---|
public: property BarcodeQrEccLevel EccLevel { BarcodeQrEccLevel get(); void set ( BarcodeQrEccLevel value); } | |
Property Value
ECC level for the QR Code symbol.For an example, refer to BarcodeWriteQr class example.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code