ImageGear .NET v24.12 - Updated
CanApplyRipple Method




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

Parameters

page
Page specified.

Return Value

Boolean value.
See Also

Reference

ImGearEffectsVerifier Class
ImGearEffectsVerifier Members
Ripple Method
RippleFreeHand Method
RippleTexture Method
ImGearPage Class