ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearRasterProcessingVerifier Class / CanApplyConvertColorSpace Method
Raster page object to verify.
Color space.




In This Topic
CanApplyConvertColorSpace Method
In This Topic
Returns true if ConvertColorSpace Method can be applied to the specified page, false otherwise.
Syntax
'Declaration
 
Public Function CanApplyConvertColorSpace( _
   ByVal page As ImGearRasterPage, _
   ByVal space As ImGearColorSpace _
) As Boolean
 
'Usage
 
Dim instance As ImGearRasterProcessingVerifier
Dim page As ImGearRasterPage
Dim space As ImGearColorSpace
Dim value As Boolean
 
value = instance.CanApplyConvertColorSpace(page, space)

Parameters

page
Raster page object to verify.
space
Color space.

Return Value

Boolean value.
See Also