ConvertToGray Method of the ImageProcessingTools Object
This method converts an image to gray.
Syntax
Visual Basic .NET
Function ConvertToGray(Image As Image) As Image
C++
HRESULT ConvertToGray( IImage* Image, IImage** Result );
Parameters
- Image
- [in] This variable refers to the Image object which is to be converted.
- Result
- [out, retval] A pointer to the IImage* pointer variable that provides access to the created gray image.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
8/15/2023 1:19:30 PM