ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearRasterProcessingVerifier Class / CanApplyStretchContrast Method / CanApplyStretchContrast(ImGearRasterPage) Method
Raster page object to verify.




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

    Parameters

    page
    Raster page object to verify.

    Return Value

    Boolean value.
    Remarks
    This method works in the same way as CanApplyStretchContrast(ImGearRasterPage,ImGearContrastModes) with ImGearContrastModes.AUTO argument value.
    See Also