LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

BlankPageDetectorCommand Constructor(BlankPageDetectorCommandFlags,Int32,Int32,Int32,Int32)






Flag that determines the behavior of the blank page detection process.
Number of pixels to exclude from the left of the image.
Number of pixels to exclude from the top of the image.
Number of pixels to exclude from the right of the image.
Number of pixels to exclude from the bottom of the image.
Initializes a new BlankPageDetectorCommand with explicit parameters. .NET support WinRT support Silverlight support
Syntax
public BlankPageDetectorCommand( 
   BlankPageDetectorCommandFlags flags,
   int LeftMargin,
   int TopMargin,
   int RightMargin,
   int BottomMargin
)
'Declaration
 
Public Function New( _
   ByVal flags As BlankPageDetectorCommandFlags, _
   ByVal LeftMargin As Integer, _
   ByVal TopMargin As Integer, _
   ByVal RightMargin As Integer, _
   ByVal BottomMargin As Integer _
)
'Usage
 
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)
public BlankPageDetectorCommand( 
   BlankPageDetectorCommandFlags flags,
   int LeftMargin,
   int TopMargin,
   int RightMargin,
   int BottomMargin
)
function BlankPageDetectorCommand( 
   flags ,
   LeftMargin ,
   TopMargin ,
   RightMargin ,
   BottomMargin 
)
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
Refer to BlankPageDetectorCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BlankPageDetectorCommand Class
BlankPageDetectorCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.