ImageGear v26.5 - Updated
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)
    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