BarCodeResultCodeType Property |
Gets the barcode type
Namespace:
Aspose.BarCode.BarCodeRecognition
Assembly:
Aspose.BarCode (in Aspose.BarCode.dll) Version: 20.11.0
Syntaxpublic SingleDecodeType CodeType { get; }Public ReadOnly Property CodeType As SingleDecodeType
Get
public:
property SingleDecodeType^ CodeType {
SingleDecodeType^ get ();
}member CodeType : SingleDecodeType with get
Property Value
Type:
SingleDecodeTypeThe type information of the recognized barcode
See Also