Enum CodePage
Specifies a Code Page
Namespace:Neodynamic.SDK.Printing
Assembly:Neodynamic.SDK.ThermalLabel.dll
Syntax
public enum CodePage
Fields
CP1250
Windows 1250 Latin 2
Declaration
CP1250 = 1
Field Value
Type | Description |
---|---|
CodePage |
CP1251
Windows 1251 Cyrillic
Declaration
CP1251 = 2
Field Value
Type | Description |
---|---|
CodePage |
CP1252
Windows 1252 Latin 1
Declaration
CP1252 = 3
Field Value
Type | Description |
---|---|
CodePage |
CP1253
Windows 1253 Greek
Declaration
CP1253 = 4
Field Value
Type | Description |
---|---|
CodePage |
CP1254
Windows 1254 Turkish
Declaration
CP1254 = 5
Field Value
Type | Description |
---|---|
CodePage |
CP1255
Windows 1255 Hebrew
Declaration
CP1255 = 6
Field Value
Type | Description |
---|---|
CodePage |
CP850
DOS 850 Latin 1
Declaration
CP850 = 0
Field Value
Type | Description |
---|---|
CodePage |
UTF8
Unicode UTF-8
Declaration
UTF8 = 7
Field Value
Type | Description |
---|---|
CodePage |