Share via


CheckScanner.CropAreaResetAll Field

2/27/2008

Indicates that the crop area definitions (as specified by the value of the MaxCropAreas property) have their x,y and width/height values reset to 0,0 and DocumentWidth and DocumentHeight, respectively.

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

Syntax

'Declaration
Public Const CropAreaResetAll As Integer
public const int CropAreaResetAll
public:
literal int CropAreaResetAll
public static final int CropAreaResetAll
public const var CropAreaResetAll : int

Remarks

Used in the DefineCropArea method.

This field replaces the CHK_CROP_AREA_RESET_ALL UPOS constant.

See Also

Reference

CheckScanner Class
CheckScanner Members
Microsoft.PointOfService Namespace
MaxCropAreas
DocumentWidth
DocumentHeight
DefineCropArea