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




Glossary Item Box

Contains methods that check whether a particular effect can be performed on an image.

Object Model

ImGearEffectsVerifier Class

Syntax

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

Remarks

This class contains static methods that check whether the ImGearEffects class operation is applicable to the page or not. Note: These methods should be used to distinguish a sub-set of pages for which particular filter is applicable; e.g., ImGearRasterProcessingVerifier.CanApplyDespeckle method returns true only if incoming page image is binary, that is BitDepth == 1. Parameters of all IP functions are checked separately.

Inheritance Hierarchy

System.Object
   ImageGear.Processing.ImGearEffectsVerifier

See Also

©2013. Accusoft Corporation. All Rights Reserved.