ImageGear v26.5 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearRasterProcessingVerifier Class / CanApplyGaussianBlur Method
Raster page object to verify.




In This Topic
    CanApplyGaussianBlur Method
    In This Topic
    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