Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
BlankPageDetectorCommand Class Members
See Also  Properties  Methods  Events
Leadtools.ImageProcessing.Core Namespace : BlankPageDetectorCommand Class


The following tables list the members exposed by BlankPageDetectorCommand.

Public Constructors

 NameDescription
Public ConstructorBlankPageDetectorCommand ConstructorOverloaded.  Initializes a new BlankPageDetectorCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyAccuracy The accuracy of the result, in hundredths of a percent.  
Public PropertyBottomMargin Number of pixels to exclude from the Bottom of the image  
Public PropertyFlags Gets or sets flags that indicate whether the page is empty or noisy, whether to ignore bleed-through, whether to ignore lines, whether to use the active area and whether to use default margins or the user-specified margins.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyIsBlank (Read-only) Gets a value that indicates whether the page is blank or not.  
Public PropertyLeftMargin Number of pixels to exclude from the left of the image.  
Public PropertyRightMargin Number of pixels to exclude from the Right of the image  
Public PropertyTopMargin Number of pixels to exclude from the Top of the image  
Top

Public Methods

 NameDescription
Public MethodOnProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Methodraise_Progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodRun (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodToStringOverridden.  Returns a String that represents the current Object.  
Top

Protected Methods

Public Events

 NameDescription
Public EventProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also