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




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

    Parameters

    page
    Page specified.

    Return Value

    Boolean value.
    Remarks
    Note that ImGearEffects.Picturize method itself does not have a parameter of type ImageGear.Core.ImGearRasterPage class. Instead, it uses auxiliary classes, and constructor of one of these classes has an ImageGear.Core.ImGearRasterPage class parameter.
    See Also