AviCompressor.PropertyPageAvailable Property

Returns True, if the AviCompressor has a property page, otherwise False.
Syntax:
Public PropertyPageAvailable As Boolean
Limitations:

Read only.

Sample:

This example shows how to enable/disable a button that calls the property page of the first avi compressor:

Dim AviComp As AviCompressor
Set AviComp = ICImagingControl1.AviCompressors.Item( 1 )
cmdShowPropertyPage.Enabled = AviComp.PropertyPageAvailable

How to use avi compressors is shown in the Capturing an AVI File sample.

See Also: AviCompressor, AviCompressor.ShowPropertyPage, AviCompressors Collection

<< AviCompressor