Share via


CharacterSetCapability Enumeration

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

Usage

'Usage
Dim characterSetCapability1 As CharacterSetCapability = CharacterSetCapability.Alpha

Syntax

'Declaration
Public Enum CharacterSetCapability
public enum CharacterSetCapability
public enum class CharacterSetCapability
public enum CharacterSetCapability
public enum CharacterSetCapability

Members

Member name Description
Alpha The default character set supports upper case alphabetic plus numeric, space, minus, and period.
Ansi  
Ascii The default character set supports all ASCII characters between 20-hex and 7F-hex.
Kana The default character set supports partial code page 932, including ASCII characters 20-hex through 7F-hex and the Japanese Kana characters A1-hex through DF-hex, but excluding the Japanese Kanji characters.
Kanji The default character set supports code page 932, including the Shift-JIS Kanji characters, Levels 1 and 2.
Numeric  
Unicode The default character set supports UNICODE.
Windows  

Remarks

Defines the possible default character sets for a printer. Replaces the PTR_CCS_ALPHA, PTR_CCS_ASCII, PTR_CCS_KANA, PTR_CCS_KANJI, and PTR_CCS_UNICODE constants.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace