Visual Basic (Declaration) | |
---|---|
Public Class BlankPageDetectorCommand Inherits RasterCommand Implements IRasterCommand |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class BlankPageDetectorCommand : RasterCommand, IRasterCommand |
Managed Extensions for C++ | |
---|---|
public __gc class BlankPageDetectorCommand : public RasterCommand, IRasterCommand |
C++/CLI | |
---|---|
public ref class BlankPageDetectorCommand : public RasterCommand, IRasterCommand |
Visual Basic | Copy Code |
---|---|
ImageProcessing.Core.BlankPageDetectorCommand |
C# | Copy Code |
---|---|
ImageProcessing.Core.BlankPageDetectorCommand |
For various reasons, documents being scanned can contain a significant number of blank pages. Disk storage space for the scanned items can be reduced if such pages can be removed before the documents are stored. This command detects whether a page is blank and returns an accuracy value. It can detect blank pages (despite noise, bleed-through, or lines) with high precision and speed. This command does not support 12- or 16-bit grayscale or 48- or 64-bit color images, but will not throw an exception. This command does not support signed data images. This command does not support 32-bit grayscale images.
System.Object
Leadtools.ImageProcessing.RasterCommand
Leadtools.ImageProcessing.Core.BlankPageDetectorCommand
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family