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

2/27/2008

Gets the list of character set numbers supported for printing.

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 service object must set CharacterSetList based on the capabilities of the device.

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

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

PosPrinter Class
PosPrinter Members
Microsoft.PointOfService Namespace
PosPrinter.CharacterSet Property