MapMode Enumeration

Indicates the unit of measure.

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

Usage

'Usage
Dim mapMode1 As MapMode = MapMode.Dots

Syntax

'Declaration
Public Enum MapMode
public enum MapMode
public enum class MapMode
public enum MapMode
public enum MapMode

Members

Member name Description
Dots The point card reader writer's dot width. This width may be different for each point card reader/writer.
English 0.001 inch
Metric 0.01 millimeter
Twips 1/1440 of an inch

Remarks

Defines the possible units of measure for properties such as height and width. Replaces the PTR_MM_DOTS, PTR_MM_TWIPS, PTR_MM_ENGLISH, and PTR_MM_METRIC 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
MapMode