VideoEdit Gold ActiveX Control

GetFileHeight Method

Description

Get the specific video file's height.

 

Syntax

Public Function GetFileHeight ( _
   ByVal strFileName as string
) As Integer

 

Parameters

strFileName
    the file you want get the height

 

Return Value

Return the height of file
 

Example

[Visual Basic Syntax]
iWidth= VideoEdit1.GetFileWidth ("c:\hello.mpg")
iHeight= VideoEdit1.GetFileHeight ("c:\hello.mpg")