Share via


FilterInfo Object

Describes a Filter object without requiring a Filter to be added to the process chain. The FilterInfo object is a container. See the FilterInfos (ImageProcess) property on the ImageProcess object for details on accessing FilterInfo objects.

Members Table

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

Property Description
Description (FilterInfo) Retrieves a technical description of what the filter does and how to use it in a filter chain.
FilterID (FilterInfo) Retrieves the FilterID (FilterInfo) for this filter.
Name (FilterInfo) Retrieves the FilterInfo name.

Remarks

Note that to add a Filter to a filter chain, you need to use the FilterID (FilterInfo) property to get the FilterID. Next, use this ID when calling the Add (Filters) method on the Filters collection in the ImageProcess object.

For more information on all the filters available to your application, see the Filter object.

For example code, see Create an ImageProcess Object and Enumerate Filters in Shared Samples.

Object Information

CLSID Not available
Minimum operating systems Windows XP SP1

See Also

Item (FilterInfos)