ImageGear .NET v24.12 - Updated
CanApplyEdgeDetection Method




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

Parameters

page
Page specified.

Return Value

Boolean value.
Remarks
See Also

Reference

ImGearEffectsVerifier Class
ImGearEffectsVerifier Members
ImGearRasterPage Class
EdgeDetection(ImGearRasterPage,ImGearEdgeDetectionMethods) Method