Create Underlined Text

Use these LinePrinter methods to enable or disable underlined text.

UnderlineOn Method

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

UnderlineOff Method

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

More Information

Back » Generate a Report: Change the Font Style