The Type Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets the barcode type.Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute(Name="SearchType", IsRequired=True)> Public ReadOnly Property Type As BarcodeType |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As BarcodeData Dim value As BarcodeType value = instance.Type |
C# | |
---|---|
[DataMemberAttribute(Name="SearchType", IsRequired=true)] public BarcodeType Type {get;} |
C++/CLI | |
---|---|
[DataMemberAttribute(Name="SearchType", IsRequired=true)] public: property BarcodeType Type { BarcodeType get(); } |
Property 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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7