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 Namespace > BarcodeData Class : MicroPDF417DataCode Property |
[BrowsableAttribute(false)] [CLSCompliantAttribute(false)] public uint MicroPDF417DataCode {get; set;}
'Declaration
<BrowsableAttribute(False)> <CLSCompliantAttribute(False)> Public Property MicroPDF417DataCode As UInteger
'Usage
Dim instance As BarcodeData Dim value As UInteger instance.MicroPDF417DataCode = value value = instance.MicroPDF417DataCode
[BrowsableAttribute(false)] [CLSCompliantAttribute(false)] public uint MicroPDF417DataCode {get; set;}
BrowsableAttribute() CLSCompliantAttribute() <br/>get_MicroPDF417DataCode();<br/>set_MicroPDF417DataCode(value);<br/>Object.defineProperty('MicroPDF417DataCode');
[BrowsableAttribute(false)] [CLSCompliantAttribute(false)] public: property uint MicroPDF417DataCode { uint get(); void set ( uint value); }
This property is set by the BarcodeReader object when a MicroPDF417 symbol is read.
To use this value when writing MicroPDF417 symbols, set the value of MicroPDF417BarcodeWriteOptions.EnableGroupMode to true.
For an example, refer to MicroPDF417BarcodeData.