ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearEffectsVerifier Class
Members




In This Topic
    ImGearEffectsVerifier Class
    In This Topic
    Contains methods that check whether a particular effect can be performed on an image.
    Object Model
    ImGearEffectsVerifier Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ImGearEffectsVerifier 
    'Usage
     
    Dim instance As ImGearEffectsVerifier
    public sealed class ImGearEffectsVerifier 
    public __gc __sealed class ImGearEffectsVerifier 
    public ref class ImGearEffectsVerifier sealed 
    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