'Declaration Public Overridable Function NeedDetect( _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftBitmap, _
ByVal barcodeTypeType of the barcodes.As BarcodeType, _
ByVal readerSettingsThe reader settings.As ReaderSettings _
) As Boolean
public virtual bool NeedDetect(
Vintasoft.Imaging.VintasoftBitmap image,
BarcodeType barcodeType,
ReaderSettings readerSettings
)
public: virtual bool NeedDetect(
Vintasoft.Imaging.VintasoftBitmap* image,
BarcodeType barcodeType,
ReaderSettings* readerSettings
)
public:
virtual bool NeedDetect(
Vintasoft.Imaging.VintasoftBitmap^ image,
BarcodeType barcodeType,
ReaderSettings^ readerSettings
)
Parameters
- image
- The image.
- barcodeType
- Type of the barcodes.
- readerSettings
- The reader settings.
Return Value
True if this barcode region detector needs to detect barcodes in specified image; otherwise, false.