Share via


LineDisplay.CapCharacterSet Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the default character set capability of the Line Display device.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapCharacterSet As CharacterSetCapability
public abstract CharacterSetCapability CapCharacterSet { get; }
public:
virtual property CharacterSetCapability CapCharacterSet {
    CharacterSetCapability get () abstract;
}
/** @property */
public abstract CharacterSetCapability get_CapCharacterSet ()
public abstract function get CapCharacterSet () : CharacterSetCapability

Remarks

Possible values are defined by the CharacterSetCapability enumeration.

The default character set can contain a superset of these ranges. The CharacterSet property can contain additional character set information.

CapCharacterSet is set 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

LineDisplay Class
LineDisplay Members
Microsoft.PointOfService Namespace
CharacterSet
CapCharacterSet