Viscom Software VideoCap ActiveX Control

DateFontName Property

Description:   

Set/Get the date font name.

Usage:   

VideoCap1.DateFontName[= value]

Data Type:   

String

Example:   

This Visual Basic set the font name to "Arial":

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


Value:   

"Arial"