VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / ProcessingCommandBase Class / ProcessImage Methods / ProcessImage(VintasoftImage,Boolean) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    ProcessImage(VintasoftImage,Boolean) Method (ProcessingCommandBase)
    In This Topic
    Processes the image and returns the processed image.
    Syntax
    'Declaration
    
    Protected Overloads Overridable 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 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also