ImageProcess.Apply method

Applies filters to an ImageFile object.

Syntax

ppResult = .Apply( _
  ByVal Source As ImageFile _
) As HRESULT

Parameters

Source [in]

Type: ImageFile*

Required. ImageFile value.

Return value

Type: ImageFile**

Returns a new ImageFile object with all the filters applied on success, otherwise returns Nothing.

Remarks

For example code, see Convert a File in Shared Samples.

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

Reference

ShowAcquireImage

ImageFile

ImageProcess

ImageFile (Vector)