Share via


PosPrinterBase.MapCharacterSet Property

2/27/2008

If set to true by the application while outputting data, the service object maps the characters transferred by the application to the character set selected in the CharacterSet property.

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

Syntax

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

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

public override function set MapCharacterSet (value : boolean)

Remarks

PosPrinterBase class verifies that the device has been opened, then retrieves or sets the value of PosPrinterProperties.MapCharacterSet.

MapCharacterSet is initialized to false by the PosPrinterProperties class. The service object should set MapCharacterSet to the appropriate value in its Open method.

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

PosPrinterBase Class
PosPrinterBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace
PosPrinter.MapCharacterSet Property