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()
get_MicroPDF417DataCode();
set_MicroPDF417DataCode(value);
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.