Viscom Software VideoCap ActiveX Control

StillPinVideoFormat.Height Property

Description:   

Return the height of the StillPinVideoFormat.

Usage:   

StillPinVideoFormat.Height

Data Type:   

String

Usage:   

StillPinVideoFormat.Height

Limitations:   

Read Only

Example:   

This Visual Basic example get the height of StillPinVideoFormat:

Dim myVideoFormat as StillPinVideoFormat

Set myVideoFormat= VideoCap1.StillPinVideoFormats.Item(1)
strHeight= myVideoFormat.Height