Share via


CheckScanner.CropAreaCount Property

2/27/2008

Gets the number of defined crop areas that may be applied to the captured image.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CropAreaCount As Integer
public abstract int CropAreaCount { get; }
public:
virtual property int CropAreaCount {
    int get () abstract;
}
/** @property */
public abstract int get_CropAreaCount ()
public abstract function get CropAreaCount () : int

Remarks

If the CapDefineCropArea property is set to false, CropAreaCount is always 0 (zero).

CropAreaCount is set by the service object, based on the capabilities 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
CheckScanner.CapDefineCropArea Property
MaxCropAreas
CheckScanner.DefineCropArea Method