Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute(Name="Options", IsRequired=True)> Public Property Options As ReadOptions |
Visual Basic (Usage) | Copy Code |
---|---|
|
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); } |
Return 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 XP, Windows Server 2003 family, Windows Server 2008 family