Enables or disables the italic font style on the printer.
public bool Italic {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. |