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