ImageGear for .NET
ImGearRasterProcessingVerifier Class
Members  See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Processing Namespace : ImGearRasterProcessingVerifier Class




Glossary Item Box

Contains static methods that check whether particular ImGearRasterProcessing operations are applicable to the page.Contains static methods that check whether particular ImGearRasterProcessing operations are applicable to the page.

Object Model

ImGearRasterProcessingVerifier Class

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Remarks

These methods should be used to distinguish a subset of pages for which particular filter is applicable; e.g., CanApplyDespeckle method returns true only if incoming page image is binary, that is BitDepth == 1. Parameters of all IP functions are checked separately.Note: These methods should be used to distinguish a sub-set of pages for which particular filter is applicable; e.g., CanApplyGaussianBlur method returns true only if incoming page image is not binary, that is BitDepth > 1. Parameters of all IP functions are checked separately.

Inheritance Hierarchy

System.Object
   ImageGear.Processing.ImGearRasterProcessingVerifier

See Also

©2013. Accusoft Corporation. All Rights Reserved.