public FPScannerZF2(int index) : base(DeviceIdentity.FG_ZF2, index) { try { _twoprint = new TwoPrintSegmentation(); } catch (Exception e) { Dispose(); throw e; } }
public FPScannerZF2(int index) : base(DeviceIdentity.FG_ZF2, index, CaptureMode.PREVIEW_IMAGE_AUTO_DETECT) { try { _twoprint = new TwoPrintSegmentation(); } catch (Exception e) { Dispose(); throw e; } }