ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearRasterProcessingVerifier Class / CanApplyInvertContrast Method / CanApplyInvertContrast(ImGearRasterPage,ImGearContrastModes) Method
Raster page object to verify.
Contrast mode.




In This Topic
CanApplyInvertContrast(ImGearRasterPage,ImGearContrastModes) Method
In This Topic
Returns true if ImGearRasterProcessing.InvertContrast method can be applied to the specified page and specified contrast mode, false otherwise.
Syntax
'Declaration
 
Public Overloads Function CanApplyInvertContrast( _
   ByVal page As ImGearRasterPage, _
   ByVal mode As ImGearContrastModes _
) As Boolean
 
'Usage
 
Dim instance As ImGearRasterProcessingVerifier
Dim page As ImGearRasterPage
Dim mode As ImGearContrastModes
Dim value As Boolean
 
value = instance.CanApplyInvertContrast(page, mode)

Parameters

page
Raster page object to verify.
mode
Contrast mode.

Return Value

Boolean value.
See Also