Viscom Software VideoCap ActiveX Control

StillPinVideoFormats.FindVideoFormatName Method

Description:   

Search the StillPinVideoFormats Collection for a given index. 

Usage:   

StillPinVideoFormats.FindVideoFormatName index

Data Type:   

String

Return Value:   

If the index of a StillPinVideoFormat object is equal to given index. The FindVideoFormatName method return the name of the StillPinVideoFormat in the Collection. If the index is not found, the FindVideoFormatName method return -1.

Example:   

This Visual Basic example find the video format name:

name = VideoCap1.StillPinVideoFormats.FindVideoFormatName (2)