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




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

    Parameters

    page
    Raster page object to verify.

    Return Value

    Boolean value.
    See Also