11 lines
323 B
C#
11 lines
323 B
C#
namespace ESCPOS_NET.Emitters.BaseCommandValues
|
|
{
|
|
public static class Images
|
|
{
|
|
public static readonly byte ImageCmdParen = 0x28;
|
|
public static readonly byte ImageCmdLegacy = 0x76;
|
|
public static readonly byte ImageCmd8 = 0x38;
|
|
public static readonly byte ImageCmdL = 0x4C;
|
|
}
|
|
}
|