Returns flags used by the Leadtools.Services.Barcode.ServiceContracts.IBarcodeService.Read operation.
[DataMemberAttribute(Name="Flags", IsRequired=true)]
public BarcodeDataFlags Flags { get; }
<DataMemberAttribute(Name="Flags", IsRequired=True)>
Public ReadOnly Property Flags As Leadtools.Services.Barcode.Datacontracts.BarcodeDataFlags
[DataMemberAttribute(Name="Flags", IsRequired=true)]
public:
property Leadtools.Services.Barcode.Datacontracts.BarcodeDataFlags Flags {
Leadtools.Services.Barcode.Datacontracts.BarcodeDataFlags get();
}
Flags that identify barcode properties for the Linear, PDF417, MicroPDF417, DataMatrix, and QR barcodes.
This property is set by the Leadtools.Services.Barcode.ServiceContracts.IBarcodeService.Read operation. It returns the properties of the barcode.
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