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

The FilterInfos object has these types of members:

Properties

The FilterInfos object has these properties.

Property Access type Description
Count (FilterInfos)
Read-only
Retrieves the number of members in the FilterInfos collection.
Item (FilterInfos)
Read-only
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.

Creation\Access Functions

Use any of the following to retrieve a reference to the object:

FilterInfos (ImageProcess)

Requirements

Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 R2 [desktop apps only]
Header
Wiaaut.h
IDL
Wiaaut.idl

See also

FilterInfos (ImageProcess)