Share via


CheckScanner.MaxCropAreas Property

2/27/2008

Gets the maximum number of crop areas the device can support.

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

Syntax

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

Remarks

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