CaptureWidth
Viscom Software Screen2Video ActiveX Control |
CaptureWidth Property
Description: |
Get/Set the width of capture area. By default value is width of the physical screen. Normally you do not need set this property, unless you want to decrease the output file size. |
Usage: |
Screen2Video1.CaptureWidth[= value] |
Data Type: |
Integer |
Example: |
This Visual Basic example capture region of screen: Private Sub Capture_Click() End Sub |