Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute(Name="SearchType", IsRequired=True)> Public ReadOnly Property Type As BarcodeType |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DataMemberAttribute(Name="SearchType", IsRequired=true)] public BarcodeType Type {get;} |
C++/CLI | |
---|---|
[DataMemberAttribute(Name="SearchType", IsRequired=true)] public: property BarcodeType Type { BarcodeType get(); } |
Return Value
A BarcodeType value that determines the barcode type.For an example, refer to Leadtools.Services.Barcode.ServiceContracts.IBarcodeService.Read example.
The BarcodeType.Barcode1dUccean128 type
is used only when reading UCCEAN 128 barcodes, and not when writing this barcode type.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family