VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / ResizeCommand Class / ProcessImage Methods / ProcessImage(VintasoftImage,Boolean) Method
Syntax Remarks Requirements SeeAlso
In This Topic
ProcessImage(VintasoftImage,Boolean) Method (ResizeCommand)
In This Topic
Processes the image and returns the processed image.
Syntax
'Declaration

Protected Overloads Overrides Function ProcessImage( _
ByVal sourceImage
The source image.
As Vintasoft.Imaging.VintasoftImage, _
ByRef isImageChanged
A value indicating whether the souceImage is processed.
As Boolean _
) As Vintasoft.Imaging.VintasoftImage

Parameters

sourceImage
The source image.
isImageChanged
A value indicating whether the souceImage is processed.

Return Value

The processed image.
Remarks

This method does not change the sourceImage.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also