Enables or disables the compress font style on the printer.
public bool Compress {set;}
Setting this property to true will cause any future text written to the printer to be rendered in this font style. Setting it to false will cancel the font style.
If the printer does not support this font style, no action is taken.
Exception | Description |
---|---|
PrinterException | If an unexpected error occurs or if an active connection to the printer does not exist. |