ImageGear .NET - Updated
CanApplyStretchContrast(ImGearRasterPage,ImGearContrastModes) Method




ImageGear24.Core Assembly > ImageGear.Processing Namespace > ImGearRasterProcessingVerifier Class > CanApplyStretchContrast Method : CanApplyStretchContrast(ImGearRasterPage,ImGearContrastModes) Method
Raster page object to verify.
Contrast mode.
Returns true, if ImGearRasterProcessing.StretchContrast method can be applied to the specified page with the specified contrast mode, false otherwise.
Syntax
'Declaration
 
Public Overloads Function CanApplyStretchContrast( _
   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.CanApplyStretchContrast(page, mode)
public bool CanApplyStretchContrast( 
   ImGearRasterPage page,
   ImGearContrastModes mode
)
public: bool CanApplyStretchContrast( 
   ImGearRasterPage* page,
   ImGearContrastModes mode
) 
public:
bool CanApplyStretchContrast( 
   ImGearRasterPage^ page,
   ImGearContrastModes mode
) 

Parameters

page
Raster page object to verify.
mode
Contrast mode.

Return Value

Boolean value.
See Also

Reference

ImGearRasterProcessingVerifier Class
ImGearRasterProcessingVerifier Members
Overload List
ImGearRasterPage Class
ImGearContrastModes Enumeration