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