Use these LinePrinter methods to enable or disable strikeout printing. Strikeout print is text with a line through it (for example: Strikeout print).
This method turns strikeout print on for all text written following the calling of this method.
public int StrikeOutOn()
Returns:
Example:
lp.StrikeOutOn();
See this method in the LinePrinter Class information
This method turns strikeout print off for all text written following the calling of this method.
public int StrikeOutOff()
Returns:
Example:
lp.StrikeOutOff();
See this method in the LinePrinter Class information
Back » Generate a Report: Change the Font Style