Viscom Software VideoCap ActiveX Control

StillPinVideoFormat.Width Property

Description:   

Return the width of the StillPinVideoFormat.

Usage:   

StillPinVideoFormat.Width

Data Type:   

String

Usage:   

StillPinVideoFormat.Width

Limitations:   

Read Only

Example:   

This Visual Basic example get the width of StillPinVideoFormat

Dim myVideoFormat as StillPinVideoFormat

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