CWS Wrapper Library  5.1.0
Static Public Attributes | List of all members
CWSWrapper.PrintControl Class Reference

Special characters that can be inserted into receipts you print. More...

Static Public Attributes

static readonly String BASE64 = "~0i"
 Base64 encoded jpeg follows More...
 
static readonly String SIGBIN = "~0S"
 3 byte ascii image follows (SIG_BIN_2) More...
 
static readonly String NEWLINE = "~0A"
 Start a new line More...
 
static readonly String CENTER = "~0C"
 Center the following text More...
 
static readonly String LEFT = "~0L"
 Left align text More...
 
static readonly String RIGHT = "~0R"
 Right align text More...
 
static readonly String BIG_ON = "~1B"
 Use large font More...
 
static readonly String BIG_OFF = "~0B"
 Return to normal font More...
 
static readonly String BOLD_ON = "~1E"
 Bold on More...
 
static readonly String BOLD_OFF = "~0E"
 Bold off More...
 
static readonly String FORM_FEED = "~0F"
 Eject the paper More...
 

Detailed Description

Special characters that can be inserted into receipts you print.

Member Data Documentation

◆ BASE64

readonly String CWSWrapper.PrintControl.BASE64 = "~0i"
static

Base64 encoded jpeg follows

◆ BIG_OFF

readonly String CWSWrapper.PrintControl.BIG_OFF = "~0B"
static

Return to normal font

◆ BIG_ON

readonly String CWSWrapper.PrintControl.BIG_ON = "~1B"
static

Use large font

◆ BOLD_OFF

readonly String CWSWrapper.PrintControl.BOLD_OFF = "~0E"
static

Bold off

◆ BOLD_ON

readonly String CWSWrapper.PrintControl.BOLD_ON = "~1E"
static

Bold on

◆ CENTER

readonly String CWSWrapper.PrintControl.CENTER = "~0C"
static

Center the following text

◆ FORM_FEED

readonly String CWSWrapper.PrintControl.FORM_FEED = "~0F"
static

Eject the paper

◆ LEFT

readonly String CWSWrapper.PrintControl.LEFT = "~0L"
static

Left align text

◆ NEWLINE

readonly String CWSWrapper.PrintControl.NEWLINE = "~0A"
static

Start a new line

◆ RIGHT

readonly String CWSWrapper.PrintControl.RIGHT = "~0R"
static

Right align text

◆ SIGBIN

readonly String CWSWrapper.PrintControl.SIGBIN = "~0S"
static

3 byte ascii image follows (SIG_BIN_2)


The documentation for this class was generated from the following file: