Viscom Software VideoCap ActiveX Control

VideoFormat.Height Property

Description:   

Return the height of the VideoFormat.

Usage:   

VideoFormat.Height

Data Type:   

String

Usage:   

VideoFormat.Height

Limitations:   

Read Only

Example:   

This Visual Basic example get the video format height:

Dim myVideoFormat as VideoFormat

Set myVideoFormat= VideoCap1.VideoFormats.Item(1)
strHeigh= myVideoFormat.Height