Connect
|
Opens a connection to the printer identified in the class constructor.(Inherited from Printer.) |
Disconnect
|
Closes the existing printer connection.(Inherited from Printer.) |
Dispose
|
Releases resources used by the class.(Inherited from Printer.) |
Flush
|
Sends all of the data in the internal buffer of the class to the printer through the transport medium.(Inherited from Printer.) |
FormFeed
|
Sends the printer the form feed command, which causes it to feed paper.(Inherited from Printer.) |
NewLine
|
Advances the printer the specified number of lines. |
Write
|
Writes data and/or printer commands to the internal print buffer of the class.(Inherited from Printer.) |
WriteBarcode
|
Generates and prints the specified bar code. |
WriteGraphic
|
Prints the specified graphic file. |
WriteGraphicBase64
|
Prints the specified Base64 encoded graphic. |
WriteLine
|
Writes a string to the internal print buffer, followed by a call to newLine(1). |