'Declaration Public MustOverride Function CanDetect( _
ByVal barcodeTypeType of the barcode.As BarcodeType _
) As Boolean
public abstract bool CanDetect(
BarcodeType barcodeType
)
public: abstract bool CanDetect(
BarcodeType barcodeType
)
public:
abstract bool CanDetect(
BarcodeType barcodeType
)
Parameters
- barcodeType
- Type of the barcode.
Return Value
True if this barcode region detector can detect the specified barcode type; otherwise, false.