FilterInfos Object

Contains a collection of all the available FilterInfo objects. See the FilterInfos (ImageProcess) property on the ImageProcess object for detail on accessing the FilterInfos object.

Members Table

The following table lists the members exposed by the FilterInfos object.

Property Description
Count (FilterInfos) Retrieves the number of members in the FilterInfos collection.
Item (FilterInfos) Retrieves the specified item in the FilterInfos collection either by position or name.

Remarks

Note that the FilterInfos collection can be accessed by name, making it easy to add a filter to the filter chain.

For example code, see Create an ImageProcess Object and Create one of Each Available Filter in Shared Samples.

Object Information

CLSID Not available
Minimum operating systems Windows XP SP1

See Also

FilterInfos (ImageProcess)