The Options Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the list of types and options for the barcode to be read.Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute(Name="Options", IsRequired=True)> Public Property Options As ReadOptions |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ReadRequest Dim value As ReadOptions instance.Options = value value = instance.Options |
C# | |
---|---|
[DataMemberAttribute(Name="Options", IsRequired=true)] public ReadOptions Options {get; set;} |
C++/CLI | |
---|---|
[DataMemberAttribute(Name="Options", IsRequired=true)] public: property ReadOptions^ Options { ReadOptions^ get(); void set ( ReadOptions^ value); } |
Property Value
A ReadOptions object that contains the options and types of barcode to be read.For an example, Refer to ReadRequest.
The objects of type ReadBarcode1dPost, ReadBarcode1dPatch, ReadBarcode1d4State, ReadBarcode1dStacked, ReadBarcode2DPdf417, ReadBarcode2DMicroPdf417, ReadBarcode2DDataMatrix, ReadBarcode2DQr, and ReadBarcode1dStandard can be used.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7