OutputFileHeight
|
OutputFileHeight Property |
Description
SSet/Get the height of avi, mov, mpeg file. You can resize the output mpg, avi, mov file resolution.
You should set this property before call InitControl method. If you set value the of OutputFileWidth and OutputFileHeight equal of the resolution of
video files. Because the resolution is same, so it will use not use default resizer filter when converting.
Property Type
Read/Write property
Data Type
Integer
Syntax
VideoEdit.OutputFileHeight[= value] |
Example
[Visual Basic Syntax] (this example set the output avi file to 50X100) |