Flush Method

Sends all of the data in the internal buffer of the class to the printer through the transport medium.

C#

public void Flush();

Remarks

Depending on the printer, once the mobile computer buffer is sent to the printer, the printer may not flush the buffer to its printhead, and therefore may not print until another event takes place, such as receipt of a <CR> control character.

Exceptions

PrinterException