VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / OcrPreprocessingCommand Class / ProcessImage Methods / ProcessImage(VintasoftImage,Boolean) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    ProcessImage(VintasoftImage,Boolean) Method (OcrPreprocessingCommand)
    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 changes the image.

    This method updates command list depending from processing image. Halftone removal command is applied to a black-white image only.

    Requirements

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

    See Also