Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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.

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 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: 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

See Also