PosPrinterCharacterSetIds PosPrinterCharacterSetIds PosPrinterCharacterSetIds PosPrinterCharacterSetIds Class

Definition

Represents the set of identifiers for the character sets that a point-of-service printer can use.

public : static class PosPrinterCharacterSetIdspublic static class PosPrinterCharacterSetIdsPublic Static Class PosPrinterCharacterSetIds// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

This class consists entirely of static members, so you do not need to create an instance of this class.

Properties

Ansi Ansi Ansi Ansi

Gets the identifier for the ANSI character set.

public : static unsigned int Ansi { get; }public static uint Ansi { get; }Public Static ReadOnly Property Ansi As uint// You can use this property in JavaScript.
Value
unsigned int uint uint uint

The identifier for the ANSI character set.

Ascii Ascii Ascii Ascii

Gets the identifier for the ASCII character set.

public : static unsigned int Ascii { get; }public static uint Ascii { get; }Public Static ReadOnly Property Ascii As uint// You can use this property in JavaScript.
Value
unsigned int uint uint uint

The identifier for the ASCII character set.

Utf16LE Utf16LE Utf16LE Utf16LE

Gets the identifier for the UTF16LE character set.

public : static unsigned int Utf16LE { get; }public static uint Utf16LE { get; }Public Static ReadOnly Property Utf16LE As uint// You can use this property in JavaScript.
Value
unsigned int uint uint uint

The identifier for the UTF16LE character set.