Share via


CheckScanner.CapDefineCropArea Property

2/27/2008

Gets the Boolean value that indicates whether the Check Scanner device supports a feature that allows cropping of areas of interest within the scan image area defined by the DocumentHeight and DocumentWidth properties.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapDefineCropArea As Boolean
public abstract bool CapDefineCropArea { get; }
public:
virtual property bool CapDefineCropArea {
    bool get () abstract;
}
/** @property */
public abstract boolean get_CapDefineCropArea ()
public abstract function get CapDefineCropArea () : boolean

Remarks

If set to true, one or more cropping areas are allowed.

CapDefineCropArea is set by the service object, based on the capability of the device.

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
DocumentHeight
DocumentWidth
CropAreaCount
MaxCropAreas
CheckScanner.DefineCropArea Method