ImageGear .NET v24.12 - Updated
CanApplySolarize Method




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearEffectsVerifier Class : CanApplySolarize Method
Page specified.
Returns true if ImGearEffects.Solarize Method can be applied to the specified page, otherwise - false.
Syntax
'Declaration
 
Public Function CanApplySolarize( _
   ByVal page As ImGearRasterPage _
) As Boolean
'Usage
 
Dim instance As ImGearEffectsVerifier
Dim page As ImGearRasterPage
Dim value As Boolean
 
value = instance.CanApplySolarize(page)
public bool CanApplySolarize( 
   ImGearRasterPage page
)
public: bool CanApplySolarize( 
   ImGearRasterPage* page
) 
public:
bool CanApplySolarize( 
   ImGearRasterPage^ page
) 

Parameters

page
Page specified.

Return Value

Boolean value.
See Also

Reference

ImGearEffectsVerifier Class
ImGearEffectsVerifier Members
ImGearRasterPage Class
Solarize(ImGearRasterPage,Int32) Method
Solarize(ImGearRasterPage,Int32,ImGearContrastModes,ImGearChannelRange) Method
Solarize(ImGearRasterPage,Int32,ImGearContrastModes,ImGearChannelRange,ImGearContrastOptions) Method