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




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

    Parameters

    page
    Page specified.

    Return Value

    Boolean value.
    See Also