Create Compressed Print Text

Use these methods to enable or disable compressed print text.

CompressOn Method

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

public int CompressOn()

Return:

Example:

lp.CompressOn();

See this method in the LinePrinter Class information

CompressOff Method

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

public int CompressOff()

Return:

Example:

lp.CompressOff();

See this method in the LinePrinter Class information

More Information

Back » Generate a Report: Change the Font Style