Share via


CheckScanner.CapAutoContrast Property

2/27/2008

Gets the Boolean value that indicates whether the contrast can be adjusted automatically.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property CapAutoContrast As Boolean
public virtual bool CapAutoContrast { get; }
public:
virtual property bool CapAutoContrast {
    bool get ();
}
/** @property */
public boolean get_CapAutoContrast ()
public function get CapAutoContrast () : boolean

Remarks

If true, then when Contrast is set to AutomaticContrast, the device attempts to automatically adjust the contrast. The darkness adjustment is based on sensing the paper to produce the optimal brightness for the best image under typical circumstances.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

CheckScanner Class
CheckScanner Members
Microsoft.PointOfService Namespace
Contrast