Viscom Software VideoCap ActiveX Control

DateFontSize Property

Description:   

Set/Get the date font size .

Usage:   

VideoCap1.DateFontSize[= value]

Data Type:   

Integer

Example:   

This Visual Basic set the font size to 20":

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


Value:   

20,22,30 etc