MapMode Enumeration

2/27/2008

Lists the valid units of measure for Printer, Check Scanner, and Point Card Reader Writer devices.

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

Syntax

'Declaration
Public Enumeration MapMode
public enum MapMode
public enum class MapMode
public enum MapMode
public enum MapMode

Members

Member name Description
Dots The device's dot width.
English 0.001 inch
Metric 0.01 millimeter
Twips 1/1440 of an inch

Remarks

Used by multiple properties and methods for the three devices. Members of this enumeration replace the PTR_MM_, PCRW_MM_, and CHK_MM_ families of UPOS 1.11 constants.

See Also

Reference

Microsoft.PointOfService Namespace