Viscom Software VideoCap ActiveX Control

StillPinVideoFormat.Name Property

Description:   

Return the name of the Still Pin VideoFormat.

Usage:   

StillPinVideoFormat.Name

Data Type:   

String

Usage:   

StillPinVideoFormat.Name

Limitations:   

Read Only

Example:   

This Visual Basic example load all still pin video format into combo:

Dim myVideoFormat as StillPinVideoFormat

For Each myVideoFormat In VideoCap1.StillPinVideoFormats
    cboStillPinVideoFormat.AddItem myVideoFormat.Name
Next