LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
BlankPageDetectorCommand Constructor(BlankPageDetectorCommandFlags,Int32,Int32,Int32,Int32)
See Also 
Leadtools.ImageProcessing.Core Namespace > BlankPageDetectorCommand Class > BlankPageDetectorCommand Constructor : BlankPageDetectorCommand Constructor(BlankPageDetectorCommandFlags,Int32,Int32,Int32,Int32)



flags
Flag that determines the behavior of the blank page detection process.
LeftMargin
Number of pixels to exclude from the left of the image.
TopMargin
Number of pixels to exclude from the top of the image.
RightMargin
Number of pixels to exclude from the right of the image.
BottomMargin
Number of pixels to exclude from the bottom of the image.
Initializes a new BlankPageDetectorCommand with explicit parameters. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal flags As BlankPageDetectorCommandFlags, _
   ByVal LeftMargin As Integer, _
   ByVal TopMargin As Integer, _
   ByVal RightMargin As Integer, _
   ByVal BottomMargin As Integer _
)
Visual Basic (Usage)Copy Code
Dim flags As BlankPageDetectorCommandFlags
Dim LeftMargin As Integer
Dim TopMargin As Integer
Dim RightMargin As Integer
Dim BottomMargin As Integer
 
Dim instance As New BlankPageDetectorCommand(flags, LeftMargin, TopMargin, RightMargin, BottomMargin)
C# 
public BlankPageDetectorCommand( 
   BlankPageDetectorCommandFlags flags,
   int LeftMargin,
   int TopMargin,
   int RightMargin,
   int BottomMargin
)
C++/CLI 
public:
BlankPageDetectorCommand( 
   BlankPageDetectorCommandFlags flags,
   int LeftMargin,
   int TopMargin,
   int RightMargin,
   int BottomMargin
)

Parameters

flags
Flag that determines the behavior of the blank page detection process.
LeftMargin
Number of pixels to exclude from the left of the image.
TopMargin
Number of pixels to exclude from the top of the image.
RightMargin
Number of pixels to exclude from the right of the image.
BottomMargin
Number of pixels to exclude from the bottom of the image.

Example

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also