ImageGear .NET v24.12 - Updated
CanApplyHotWax Method




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

Parameters

page
Page specified.

Return Value

Boolean value.
See Also

Reference

ImGearEffectsVerifier Class
ImGearEffectsVerifier Members
HotWax Method
ImGearPage Class