Visual Basic
C#
Managed Extensions for C++
C++/CLI
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.System.Object
ImageGear.Processing.ImGearRasterProcessingVerifier