Filter object

Represents a unit of modification on an ImageFile object. To use a Filter, add it to the Filters collection, and then set the filter's properties. Finally, use the Apply method of the ImageProcess object to filter an ImageFile.

Members

The Filter object has these types of members:

Properties

The Filter object has these properties.

Property Access type Description
Description (Filter)
Read-only
Retrieves a description of what the filter does.
FilterID (Filter)
Read-only
Retrieves the FilterID (Filter) for this Filter.
Name (Filter)
Read-only
Retrieves the Filter name.
Properties (Filter)
Read-only
Retrieves a collection of all properties for this filter.

Remarks

Note that each different filter is listed in the FilterInfos collection. See the FilterInfos (ImageProcess) property on the ImageProcess object for more information on discovering all the filters available to your application.

For examples that show how to use various filters, see How To Use Filters.

Creation\Access Functions

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

Item (Filters)

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

Item (Filters)