BarcodeWebImageSetCaptionFont Method (String, Int32, Boolean, Boolean, Boolean, Boolean, Byte)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Sets the font of the barcode caption font.
Namespace:Bytescout.BarCodeAssembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public void SetCaptionFont( string familyName, int size, bool bold, bool italic, bool underline, bool strikeout, byte gdiCharSet )
Parameters
- familyName
- Type: SystemString
The font family. - size
- Type: SystemInt32
The size of the font in pixels. - bold
- Type: SystemBoolean
If true, then the text drawn with the font will be bold. - italic
- Type: SystemBoolean
If true, then the text drawn with the font will be italic. - underline
- Type: SystemBoolean
If true, then the text drawn with the font will be underlined. - strikeout
- Type: SystemBoolean
If true, then the text drawn with the font will be contain line through the middle. - gdiCharSet
- Type: SystemByte
A GDI character set to use for this font.
Implements
IBarcodeSetCaptionFont(String, Int32, Boolean, Boolean, Boolean, Boolean, Byte)See Also