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