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