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