'Declaration Public Function NeedDetect( _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftBitmap, _
ByVal barcodeThe barcode type.As BarcodeType, _
ByVal readerSettingsThe reader settings.As ReaderSettings _
) As Boolean
public bool NeedDetect(
Vintasoft.Imaging.VintasoftBitmap image,
BarcodeType barcode,
ReaderSettings readerSettings
)
public: bool NeedDetect(
Vintasoft.Imaging.VintasoftBitmap* image,
BarcodeType barcode,
ReaderSettings* readerSettings
)
public:
bool NeedDetect(
Vintasoft.Imaging.VintasoftBitmap^ image,
BarcodeType barcode,
ReaderSettings^ readerSettings
)
Parameters
- image
- The image.
- barcode
- The barcode type.
- readerSettings
- The reader settings.
Return Value
True if this barcode reagion detector needs to detect the barcode on specified image; otherwise, false.