Method Name | Description |
---|---|
Connect | Opens a connection to the printer identified in the class constructor. |
Disconnect | Closes the existing printer connection. |
Dispose | Releases resources used by the class. |
Flush | Sends all of the data in the internal print buffer to the printer through the transport medium. |
FormFeed | Sends the printer form feed command to the printer, causing it to feed paper. |
Write | Writes data and/or printer commands to the internal print buffer of the class. |