Share via


CheckScanner.CapContrast Property

2/27/2008

Gets the Boolean value that indicates the ability of the device to lighten or darken the scanned image.

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

Syntax

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

Remarks

This affects the image regardless of the value of the CapColor property.

If true, the darkness of the image can be adjusted by using the Contrast property. If false, the application cannot adjust the darkness of the image.

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