Share via


CheckImageClear Enumeration

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

Usage

'Usage
Dim checkImageClear1 As CheckImageClear = CheckImageClear.All

Syntax

'Declaration
Public Enum CheckImageClear
public enum CheckImageClear
public enum class CheckImageClear
public enum CheckImageClear
public enum CheckImageClear

Members

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

Remarks

Defines the possible values for how an image file is to be located. Used in conjunction with the by parameter in the ClearImage method. Replaces the CHK_CLR_ALL, CHK_CLR_BY_FILEID, CHK_CLR_BY_FILEINDEX, and CHK_CLR_BY_IMAGETAGDATA constants.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace
ClearImage