Create Strikeout Text

Use these LinePrinter methods to enable or disable strikeout printing. Strikeout print is text with a line through it (for example: Strikeout print).

StrikeOutOn Method

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

StrikeOutOff Method

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

More Information

Back » Generate a Report: Change the Font Style