CheckImageFormats Enumeration

2/27/2008

Enumerates the possible formats of a data image file.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration CheckImageFormats
[FlagsAttribute] 
public enum CheckImageFormats
[FlagsAttribute] 
public enum class CheckImageFormats
/** @attribute FlagsAttribute() */ 
public enum CheckImageFormats
FlagsAttribute 
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 by the ImageFormat and CapImageFormat property. The members of this enumeration replace the CHK_IF_ and CHK_CIF_ families of UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
ImageFormat
CapImageFormat