ImageGear .NET - Updated May 30, 2018
CanApplyConvertColorSpace Method




ImageGear24.Core Assembly > ImageGear.Processing Namespace > ImGearRasterProcessingVerifier Class : CanApplyConvertColorSpace Method
Raster page object to verify.
Color space.
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

Reference

ImGearRasterProcessingVerifier Class
ImGearRasterProcessingVerifier Members
ImGearRasterPage Class
ImGearColorSpace Structure