AviCompressor.ShowPropertyPage Method |
||
Shows the property page of the AviCompressor, if available. If a property page is not available, an error is returned. | ||
Syntax: | Public Sub ShowProperyPage
|
|
Sample: | This example shows how to display the property page of the avi compressor (codec) that is currently selected in a combo box: Dim AviComp As AviCompressor Set AviComp = ICImagingControl1.AviCompressors.Item( 1 ) If AviComp.PropertyPageAvailable Then AviComp.ShowPropertyPage Else ' avi compressor has no property page End If How to use avi compressors is shown in the Capturing an AVI File sample. |
|
See Also: | AviCompressor, AviCompressors Collection, AviCompressor.PropertyPageAvailable |