Create Double Wide Text

Use these LinePrinter methods to enable or disable double wide text printing.

DoubleWideOn Method

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

public int DoubleWideOn()

Return:

Example:

lp.DoubleWideOn();

See this method in the LinePrinter Class information

DoubleWideOff Method

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

public int DoubleWideOff()

Return:

Example:

lp.DoubleWideOff();

See this method in the LinePrinter Class information

More Information

Back » Generate a Report: Change the Font Style