ImageGear .NET v24.12 - Updated
CanApplyAdjustContrast(ImGearRasterPage) Method




ImageGear24.Core Assembly > ImageGear.Processing Namespace > ImGearRasterProcessingVerifier Class > CanApplyAdjustContrast Method : CanApplyAdjustContrast(ImGearRasterPage) Method
Raster page object to verify.
Returns true if ImGearRasterProcessing.AdjustContrast method can be applied to the specified page, false otherwise.
Syntax
'Declaration
 
Public Overloads Function CanApplyAdjustContrast( _
   ByVal page As ImGearRasterPage _
) As Boolean
'Usage
 
Dim instance As ImGearRasterProcessingVerifier
Dim page As ImGearRasterPage
Dim value As Boolean
 
value = instance.CanApplyAdjustContrast(page)
public bool CanApplyAdjustContrast( 
   ImGearRasterPage page
)
public: bool CanApplyAdjustContrast( 
   ImGearRasterPage* page
) 
public:
bool CanApplyAdjustContrast( 
   ImGearRasterPage^ page
) 

Parameters

page
Raster page object to verify.

Return Value

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

Reference

ImGearRasterProcessingVerifier Class
ImGearRasterProcessingVerifier Members
Overload List
ImGearRasterPage Class