ImageProcess object
Manages the Filter chain. An ImageProcess object can be created using "WIA.ImageProcess" as the ProgID in a call to CreateObject.
The ImageProcess object has these types of members:
The ImageProcess object has these methods.
The ImageProcess object has these properties.
Property | Access type | Description |
---|---|---|
FilterInfos (ImageProcess) |
Read-only |
Retrieves a collection of all available filters. |
Filters (ImageProcess) |
Read-only |
Retrieves a collection of the filters to be applied in this process. |
Note that the ImageProcess object contains the FilterInfos (ImageProcess) collection of all available filters, the Filters (ImageProcess) collection of those filters to be applied to an ImageFile, and the Apply method to apply those Filters to an ImageFile.
For example code, see Convert Filter: Create a Compressed JPEG File from Another File.
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 R2 [desktop apps only] |
Header |
|
IDL |
|