JoeScan.JCamNet Namespace

Scanner..::..SetAlternatingExposure Method

Set the alternating exposure parameters. Only works in sync mode. Settings are lost when exiting sync mode and must be resent after re-entering syncmode.

Namespace:  JoeScan.JCamNet
Assembly:  JoeScan.JCamNet (in JoeScan.JCamNet.dll)

Syntax


public void SetAlternatingExposure(
	bool enable,
	int exposure1,
	int exposure2
)

Parameters

enable
Type: Boolean
If true enable the alternating exposure mode, if false return to normal exposure mode
exposure1
Type: Int32
One of the two exposure times, must be between 10 and 650000
exposure2
Type: Int32
One of the two exposure times, must be between 10 and 650000