ImageGear .NET v24.12 - Updated
CanApplyOilify Method




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

Parameters

page
Page specified.

Return Value

Boolean value.
See Also

Reference

ImGearEffectsVerifier Class
ImGearEffectsVerifier Members
ImGearRasterPage Class
Oilify Method