Share via


CheckImageClear Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates the possible values for how an image file is to be located.

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

Syntax

'Declaration
Public Enumeration CheckImageClear
public enum CheckImageClear
public enum class CheckImageClear
public enum CheckImageClear
public enum CheckImageClear

Members

Member name Description
All Clears all images in the device.
FileId Locates the file to be cleared using the FileID property value.
FileIndex Locates the file to be cleared using the FileIndex property value.
ImageTagData Locates the file to be cleared using the ImageTagData property value.

Remarks

Used in conjunction with the by parameter in the ClearImage method. The members of this enumeration replace the CHK_CLR_ALL, CHK_CLR_BY_FILEID, CHK_CLR_BY_FILEINDEX, and CHK_CLR_BY_IMAGETAGDATA UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
ClearImage