'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.