Share via


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

2/27/2008

Gets a string of character set numbers.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CharacterSetList As Integer()
public abstract int[] CharacterSetList { get; }
public:
virtual property array<int>^ CharacterSetList {
    array<int>^ get () abstract;
}
/** @property */
public abstract int[] get_CharacterSetList ()
public abstract function get CharacterSetList () : int[]

Remarks

The string consists of ASCII numeric set numbers separated by commas. For example, if the string is "101,850,999", then the device supports a device-specific character set, code page 850, and the Windows ANSI character set.

CharacterSetList 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
LineDisplay.CharacterSet Property