ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearEffectsVerifier Class / CanApplyGlowingEdges Method
Page specified.




In This Topic
    CanApplyGlowingEdges Method
    In This Topic
    Returns true if ImGearEffects.GlowingEdges method can be applied to the specified page, otherwise - false.
    Syntax
    'Declaration
     
    Public Function CanApplyGlowingEdges( _
       ByVal page As ImGearRasterPage _
    ) As Boolean
    'Usage
     
    Dim instance As ImGearEffectsVerifier
    Dim page As ImGearRasterPage
    Dim value As Boolean
     
    value = instance.CanApplyGlowingEdges(page)
    public bool CanApplyGlowingEdges( 
       ImGearRasterPage page
    )
    public: bool CanApplyGlowingEdges( 
       ImGearRasterPage* page
    ) 
    public:
    bool CanApplyGlowingEdges( 
       ImGearRasterPage^ page
    ) 

    Parameters

    page
    Page specified.

    Return Value

    Boolean value.
    See Also