Share via


PointCardRW.MapCharacterSet Property

2/27/2008

Gets or sets a Boolean value that indicates whether characters are mapped from the application to the set specified in the CharacterSetproperty.

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

Syntax

'Declaration
Public MustOverride Property MapCharacterSet As Boolean
public abstract bool MapCharacterSet { get; set; }
public:
virtual property bool MapCharacterSet {
    bool get () abstract;
    void set (bool value) abstract;
}
/** @property */
public abstract boolean get_MapCharacterSet ()

/** @property */
public abstract void set_MapCharacterSet (boolean value)
public abstract function get MapCharacterSet () : boolean

public abstract function set MapCharacterSet (value : boolean)

Remarks

If MapCharacterSet is true and when outputting data, the service object maps the characters transferred by the application to the character set selected in the CharacterSet property for printing data.

If MapCharacterSet is false, then no mapping is supported. In such a case the application must guarantee the mapping of the character set used in the application to the character set selected in the CharacterSet property.

If CapMapCharacterSet is false, then MapCharacterSet is always false.

MapCharacterSet is updated by the service object, based on the capabilities of the device.

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
PointCardRW.CharacterSet Property
PointCardRW.CapMapCharacterSet Property