Viscom Software VideoCap ActiveX Control

VideoFormats.FindVideoFormatHeight Method

Description:   

Search the VideoFormats Collection for a given index. 

Usage:   

VideoFormats.FindVideoFormatHeight index

Data Type:   

Integer

Return Value:   

If the index of a VideoFormat object is given index. The FindVideoFormatHeight method return the height of the VideoFormat in the Collection. If the index is not found, the FindVideoFormatHeight method return -1.

Example:   

This Visual Basic example find the video format height:

height = VideoCap1.VideoFormats.FindVideoFormatHeight (2)