If True, enables the properties AcquireFrameLeft, AcquireFrameRight, AcquireFrameTop and AcquireFrameBottom.

When True some scanners doesn’t allow user to change the acquisition frame.

Default is False.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool UseAcquireFrameValues { get; set; }
Public Property UseAcquireFrameValues As Boolean
	Get
	Set
public:
property bool UseAcquireFrameValues {
	bool get ();
	void set (bool value);
}

See Also