Viscom Software VideoCap ActiveX Control

StillPinVideoFormats.FindVideoFormatWidth Method

Description:   

Search the StillPinVideoFormats Collection for a given index. 

Usage:   

StillPinVideoFormats.FindVideoFormatWidth index

Data Type:   

Integer

Return Value:   

If the index of a StillPinVideoFormat object is given index. The FindVideoFormatWidth method return the width of the StillPiinVideoFormat in the Collection. If the index is not found, the FindVideoFormatWidth method return -1.

Example:   

This Visual Basic example find the video format width:

width = VideoCap1.StillPinVideoFormats.FindVideoFormatWidth (2)