ImageGear .NET - Updated March 30, 2018
CanApplyMosaic Method




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

Parameters

page
Page specified.

Return Value

Boolean value.
See Also

Reference

ImGearEffectsVerifier Class
ImGearEffectsVerifier Members
ImGearRasterPage Class
Mosaic Method