ImageGear .NET v24.12 - Updated
CanApplyRemoveChromaticAberration Method




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

Parameters

page
Page specified.

Return Value

Boolean value.
See Also

Reference

ImGearEffectsVerifier Class
ImGearEffectsVerifier Members
RemoveChromaticAberration Method
ImGearPage Class