Share via


PointCardRW.MapMode Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets or sets the mapping mode of the point card reader/writer.

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

Syntax

'Declaration
Public MustOverride Property MapMode As MapMode
public abstract MapMode MapMode { get; set; }
public:
virtual property MapMode MapMode {
    MapMode get () abstract;
    void set (MapMode value) abstract;
}
/** @property */
public abstract MapMode get_MapMode ()

/** @property */
public abstract void set_MapMode (MapMode value)
public abstract function get MapMode () : MapMode

public abstract function set MapMode (value : MapMode)

Remarks

The mapping mode defines the unit of measure used for other properties, such as line heights and line spacing.

Setting MapMode may also change the LineHeight, LineSpacing, and LineWidth properties**.**

MapMode is set by the service object.

Accessing MapMode may throw a PosControlException exception with the following ErrorCodes:

Value

Meaning

Illegal

An invalid mapping mode was specified.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

PointCardRW Class
PointCardRW Members
Microsoft.PointOfService Namespace