Leadtools.Barcode Namespace > MicroPDF417BarcodeData Class : DataCode Property |
[BrowsableAttribute(false)] [CLSCompliantAttribute(false)] public uint DataCode {get; set;}
'Declaration <BrowsableAttribute(False)> <CLSCompliantAttribute(False)> Public Property DataCode As UInteger
'Usage Dim instance As MicroPDF417BarcodeData Dim value As UInteger instance.DataCode = value value = instance.DataCode
[BrowsableAttribute(false)] [CLSCompliantAttribute(false)] public uint DataCode {get; set;}
ObjectiveC Syntax
Java Syntax
BrowsableAttribute() CLSCompliantAttribute() get_DataCode();
set_DataCode(value);
[BrowsableAttribute(false)] [CLSCompliantAttribute(false)] public: property uint DataCode { 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