CheckImageFormats Enumeration

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

Usage

'Usage
Dim checkImageFormats1 As CheckImageFormats = CheckImageFormats.Bmp

Syntax

'Declaration
Public Enum CheckImageFormats
public enum CheckImageFormats
public enum class CheckImageFormats
public enum CheckImageFormats
public enum CheckImageFormats

Members

Member name Description
Bmp BMP format
Gif GIF format
Jpeg JPEG format
Native Hardware native format
Tiff TIFF format

Remarks

Used to define valid formats of the data image file for the ImageFormat property. Replaces the CHK_IF_NATIVE, CHK_IF_TIFF, CHK_IF_BMP, CHK_IF_JPEG, and CHK_IF_GIF 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
ImageFormat