Gets or sets the list of types and options for the barcode to be read.
[DataMemberAttribute(Name="Options", IsRequired=true)]
public ReadOptions Options { get; set; }
<DataMemberAttribute(Name="Options", IsRequired=True)>
Public Property Options As Leadtools.Services.Barcode.Datacontracts.ReadOptions
[DataMemberAttribute(Name="Options", IsRequired=true)]
public:
property Leadtools.Services.Barcode.Datacontracts.ReadOptions^ Options {
Leadtools.Services.Barcode.Datacontracts.ReadOptions^ get();
void set ( Leadtools.Services.Barcode.Datacontracts.ReadOptions^ );
}
A ReadOptions object that contains the options and types of barcode to be read.
The objects of type ReadBarcode1dPost, ReadBarcode1dPatch, ReadBarcode1d4State, ReadBarcode1dStacked, ReadBarcode2DPdf417, ReadBarcode2DMicroPdf417, ReadBarcode2DDataMatrix, ReadBarcode2DQr, and ReadBarcode1dStandard can be used.
For an example, Refer to ReadRequest.
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