ImageGear .NET v25.1 - Updated
CanApplyReduce Method




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

Parameters

page
Raster page to verify.
reductionMethod
Reduction method.

Return Value

Boolean value.
See Also

Reference

ImGearRasterProcessingVerifier Class
ImGearRasterProcessingVerifier Members
ImGearRasterPage Class
Reduce Method
ImGearReductionMethods Enumeration