'Declaration Public Function New( _
ByVal scanSettingsBarcode reader settings.As ReaderSettings, _
ByVal frameA bitmap, where barcodes were searched.As Vintasoft.Imaging.VintasoftBitmap, _
ByVal exceptionThe exception.As System.Exception _
)
public FrameScanExceptionEventArgs(
ReaderSettings scanSettings,
Vintasoft.Imaging.VintasoftBitmap frame,
System.Exception exception
)
public: FrameScanExceptionEventArgs(
ReaderSettings* scanSettings,
Vintasoft.Imaging.VintasoftBitmap* frame,
System.Exception* exception
)
public:
FrameScanExceptionEventArgs(
ReaderSettings^ scanSettings,
Vintasoft.Imaging.VintasoftBitmap^ frame,
System.Exception^ exception
)
Parameters
- scanSettings
- Barcode reader settings.
- frame
- A bitmap, where barcodes were searched.
- exception
- The exception.