Viscom Software VideoCap ActiveX Control

StillPinVideoFormats.Item Property

Description:   

Return the stillpinvideoformat  at the specified position.

Usage:   

StillPinVideoFormats.Item(Index)

Data Type:   

Integer

Limitations:   

Read Only

Example:   

This Visual Basic example return the first StillPinVideoFormat object:

Dim myVideoFormat As StillPinVideoFormat
Set myVideoFormat = VideoCap1.StillPinVideoFormats.Item(1)