Use these methods to enable or disable compressed print text.
This method turns compress print on for all text written following the calling of this method.
public int CompressOn()
Return:
Example:
lp.CompressOn();
See this method in the LinePrinter Class information
This method turns compress print off for all text written following the calling of this method.
public int CompressOff()
Return:
Example:
lp.CompressOff();
See this method in the LinePrinter Class information
Back » Generate a Report: Change the Font Style