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;}
ObjectiveC Syntax
Java Syntax
BrowsableAttribute() CLSCompliantAttribute() get_MicroPDF417DataCode();
set_MicroPDF417DataCode(value);
[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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2