Create Boldface Text

Use these methods to enable or disable boldface printing.

BoldOn Method

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

public int BoldOn()

Return:

Example:

lp.BoldOn();

See this method in the LinePrinter Class information

BoldOff Method

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

public int BoldOff()

Return:

Example:

lp.BoldOff();

See this method in the LinePrinter Class information

More Information

Back » Generate a Report: Change the Font Style