Apply Method

Applies filters to an ImageFile object.

Syntax

  object.Apply( _
    Source As ImageFile) As ImageFile

Parameters

  • Source
    Required. ImageFile value.

Return Value

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.

Method Information

Minimum operating systems Windows XP SP1

See Also

ShowAcquireImage, ImageFile, ImageProcess, ImageFile (Vector)