Use these methods to return the font style to Normal or to reset a font.
This method restores normal print for all text written following the calling of this method.
public int Normal()
Returns:
Example:
lp.Normal();
See this method in the LinePrinter Class information
This method turns off BoldOff, ItalicOff, UnderlineOff, and StrikeOutOff print for all text written following the calling of this method.
public int ResetFont()
Returns:
Example:
lp.ResetFont();
See this method in the LinePrinter Class information
Back » Generate a Report: Change the Font Style