Viscom Software VideoCap ActiveX Control

VideoFormat.Width Property

Description:   

Return the width of the VideoFormat.

Usage:   

VideoFormat.Width

Data Type:   

String

Usage:   

VideoFormat.Width

Limitations:   

Read Only

Example:   

This Visual Basic example get the video format width:

Dim myVideoFormat as VideoFormat

Set myVideoFormat= VideoCap1.VideoFormats.Item(1)
strWidth= myVideoFormat.Width