Returns the MicroPDF417 barcode function code word for Code 128 emulation.
[DataMemberAttribute(Name="DataCode", IsRequired=true)]
public int DataCode { get; }
<DataMemberAttribute(Name="DataCode", IsRequired=True)>
Public ReadOnly Property DataCode As Integer
[DataMemberAttribute(Name="DataCode", IsRequired=true)]
public:
property int DataCode {
int get();
}
Returns the MicroPDF417 barcode function code word for Code 128 emulation.
This value is set by Leadtools.Services.Barcode.ServiceContracts.IBarcodeService.Read operation. It represents the MicroPDF417 start code word function for Code 128 emulation. This property is used only when reading a MicroPDF417 symbol.
For an example, refer to Barcode1d example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET