Viscom Software VideoCap ActiveX Control

DateFontStyle Property

Description:   

Set or Get the style (regular, bold, italic, bolditalic, underline) of  text

0 - regular
1 - bold
2 - italic
3 - bolditalic
4 - underline

Usage:   

VideoCap1.DateFontStyle[= value]

Data Type:   

Integer

Example:   

This Visual Basic set the font style to bold:

Private Sub Capture_Click()
Me.VideoCap1.Start
Me.VideoCap1.DateColor=RGB(0,255,0)
Me.VideoCap1.DateFontSize=20
Me.VideoCap1.DateFontName="Arial"
Me.VideoCap1.DateFontStyle=1
Me.VideoCap1.DrawTime 0, 0, 2
End Sub


Value:   

0-4