Viscom Software VideoCap ActiveX Control

UseOverlayInPlugin Property

Description:   

Enables/disables use overlay text/image, rotate when using video fx effect, video painter, motion detection, video frame effect
 

Usage:   

VideoCap1.UseOverlayInPlugin[= value]

Data Type:   

BOOL

Example:   

This code demonstrates how to use UseOverlayInPlugin property.

Private Sub Form_Load()
        VideoCap1.UseOverlayInPlugin=TRUE
        VideoCap1.EffectType =0
        VideoCap1.Start
End Sub


Value:   

True or False