LabelPrinter Methods

Name Description
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.)
Write Writes data and/or printer commands to the internal print buffer of the class. (Inherited from Printer.)
WriteLabel Prints a label with the specified layout definition and data.