LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

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

Show in webframe







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.
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
)
- (id)initWithFlags:(LTBlankPageDetectorCommandFlags)flags 
         leftMargin:(unsigned int)leftMargin 
          topMargin:(unsigned int)topMargin 
        rightMargin:(unsigned int)rightMargin 
       bottomMargin:(unsigned int)bottomMargin;
            
public BlankPageDetectorCommand(
  int 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

See Also

Reference

BlankPageDetectorCommand Class
BlankPageDetectorCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.