UseOverlay
Viscom Software Screen2Video ActiveX Control |
UseOverlay Property
Description: |
Enable or Disable draw overlay text, image, date time on video. If you need use DrawImage, DrawText, DrawDateTime methods, you must set UseOverlay = true. |
Usage: |
Screen2Video1.UseOverlay[= value] |
Data Type: |
Boolean |
Example: |
This Visual Basic example output to avi without compressor. Private Sub Capture_Click() End Sub |