ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearRasterProcessingVerifier Class / CanApplyAdjustContrast Method / CanApplyAdjustContrast(ImGearRasterPage,ImGearContrastModes) Method
Raster page object to verify.
Contrast mode.




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

    Parameters

    page
    Raster page object to verify.
    mode
    Contrast mode.

    Return Value

    Boolean value.
    Remarks
    See Also