Initial commit
Initial commit til Git. V2 er deployed
This commit is contained in:
13
PointOfSale/Pos.EpsonPrinter/PrinterCodePage.cs
Normal file
13
PointOfSale/Pos.EpsonPrinter/PrinterCodePage.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace EpsonReceiptPrinter;
|
||||
|
||||
public enum PrinterCodePage
|
||||
{
|
||||
PC437_USA = 0,
|
||||
Katakana = 1,
|
||||
PC850_Multilingual = 2,
|
||||
PC860_Portuguese = 3,
|
||||
PC863_CanadianFrench = 4,
|
||||
PC865_Nordic = 5,
|
||||
WPC1252 = 16,
|
||||
PC858_Euro = 19
|
||||
}
|
||||
Reference in New Issue
Block a user