ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearEffectsVerifier Class / CanApplySepia Method
Page to apply the method to.




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

    Parameters

    page
    Page to apply the method to.

    Return Value

    Boolean value.
    See Also