ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearRasterProcessingVerifier Class / CanApplyReduce Method
Raster page to verify.
Reduction method.




In This Topic
CanApplyReduce Method
In This Topic
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)

Parameters

page
Raster page to verify.
reductionMethod
Reduction method.

Return Value

Boolean value.
See Also