ImageGear for .NET
CanApplyGaussianBlur Method




Raster page object to verify.
Returns true if Gaussian Method can be applied to the specified page, false otherwise.
Syntax
'Declaration
 
Public Function CanApplyGaussianBlur( _
   ByVal page As ImGearRasterPage _
) As Boolean
'Usage
 
Dim instance As ImGearRasterProcessingVerifier
Dim page As ImGearRasterPage
Dim value As Boolean
 
value = instance.CanApplyGaussianBlur(page)
public bool CanApplyGaussianBlur( 
   ImGearRasterPage page
)
public: bool CanApplyGaussianBlur( 
   ImGearRasterPage* page
) 
public:
bool CanApplyGaussianBlur( 
   ImGearRasterPage^ page
) 

Parameters

page
Raster page object to verify.

Return Value

Boolean value.
See Also

Reference

ImGearRasterProcessingVerifier Class
ImGearRasterProcessingVerifier Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback