LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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 Constructor BlankPageDetectorCommand ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public Property AccuracyThe accuracy of the result, in hundredths of a percent. Supported in Silverlight, Windows Phone 7  
public Property BottomMarginNumber of pixels to exclude from the Bottom of the image Supported in Silverlight, Windows Phone 7  
public Property FlagsGets 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. Supported in Silverlight, Windows Phone 7  
public Property HasProgressDetermines if the command object has a progress event handler set. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Property IsBlank(Read-only) Gets a value that indicates whether the page is blank or not. Supported in Silverlight, Windows Phone 7  
public Property LeftMarginNumber of pixels to exclude from the left of the image. Supported in Silverlight, Windows Phone 7  
public Property RightMarginNumber of pixels to exclude from the Right of the image Supported in Silverlight, Windows Phone 7  
public Property TopMarginNumber of pixels to exclude from the Top of the image Supported in Silverlight, Windows Phone 7  
Top

Public Methods

 NameDescription
public Method OnProgressImplements Leadtools.ImageProcessing.IRasterCommand.OnProgress(Leadtools.ImageProcessing.RasterCommandProgressEventArgs). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Method RunImplements Leadtools.ImageProcessing.IRasterCommand.Run(Leadtools.RasterImage). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Method ToStringReturns a System.String that represents the current System.Object. Supported in Silverlight, Windows Phone 7  
Top

Public Events

 NameDescription
public Event ProgressImplements Leadtools.ImageProcessing.IRasterCommand.Progress. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also