GetVideoCompressorPropertyPage
Viscom Software Screen2Video ActiveX Control |
GetVideoCompressorPropertyPage Method
Description: |
Show the Property Page of Video Compressor for specific index. In some development tools, you cannot use VideoCompressor Object, for this case, this method is useful. |
Usage: |
Screen2Video1.GetVideoCompressorPropertyPage Parameter1 |
Parameter: |
Parameter1 - the index of Video Compressor. |
Return Value: |
Return true if property page found, otherwise return false. |
Example: |
The Visual Basic.Net example bFound= AxScreen2Video1.GetVideoCompressorPropertyPage(0)
|