Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode.Deprecated Namespace > BarcodeWriteQr Class : EccLevel Property |
public BarcodeQrEccLevel EccLevel {get; set;}
'Declaration
Public Property EccLevel As BarcodeQrEccLevel
'Usage
Dim instance As BarcodeWriteQr Dim value As BarcodeQrEccLevel instance.EccLevel = value value = instance.EccLevel
public BarcodeQrEccLevel EccLevel {get; set;}
<br/>get_EccLevel();<br/>set_EccLevel(value);<br/>Object.defineProperty('EccLevel');
public: property BarcodeQrEccLevel EccLevel { BarcodeQrEccLevel get(); void set ( BarcodeQrEccLevel value); }