Share via


LineDisplayBase.CapMapCharacterSet Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

If true, then the service object is able to map the characters provided by the application to the character sets defined in the CharacterSetList property when displaying data.

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

Syntax

'Declaration
Public Overrides ReadOnly Property CapMapCharacterSet As Boolean
public override bool CapMapCharacterSet { get; }
public:
virtual property bool CapMapCharacterSet {
    bool get () override;
}
/** @property */
public boolean get_CapMapCharacterSet ()
public override function get CapMapCharacterSet () : boolean

Remarks

LineDisplayBase class verifies that the device has been opened, then retrieves the value of LineDisplayProperties.CapMapCharacterSet.

CapMapCharacterSet is initialized to false by the LineDisplayProperties class. The service object should update CapMapCharacterSet to an 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

LineDisplayBase Class
LineDisplayBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace
LineDisplay.CapMapCharacterSet Property