Scanner ActiveX Control

TextFontStyle

 

Set the text font style. (regular, bold, Italic)

Scanner1.TextFontStyle[=Integer]


Parameter
the text font style.
0 - regular
1 - bold
2 - italic
3 - bolditalic
4 - underline


Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
Scanner1.TextFonStyle=1