ImageGear23.Core Assembly > ImageGear.Processing Namespace > ImGearRasterProcessingVerifier Class : CanApplyReduce Method |
page
, using specified reduction method, false otherwise.'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 )