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

Note: This is only required for API Types of Twain. For other types AcquireFrameEnabled is always true.

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

Syntax

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

See Also