DoubleHigh Property

Enables or disables the double high font style on the printer.

C#

public bool DoubleHigh {set;}

Remarks

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.

Exceptions

Exception Description
PrinterException If an unexpected error occurs or if an active connection to the printer does not exist.