Create Italicized Text

Use these LinePrinter methods to enable or disable italics.

ItalicOn Method

This method turns italic print on for all text written following the calling of this method.

public int ItalicOn()

Returns:

Example:

lp.ItalicOn();

See this method in the LinePrinter Class information

ItalicOff Method

This method turns italic print off for all text written following the calling of this method.

public int ItalicOff()

Returns:

Example:

lp.ItalicOff();

See this method in the LinePrinter Class information

More Information

Back » Generate a Report: Change the Font Style