←Select platform

BlankPageDetectorCommand Constructor(BlankPageDetectorCommandFlags,int,int,int,int)

Summary

Initializes a new BlankPageDetectorCommand with explicit parameters.

Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal flags As BlankPageDetectorCommandFlags, _ 
   ByVal LeftMargin As Integer, _ 
   ByVal TopMargin As Integer, _ 
   ByVal RightMargin As Integer, _ 
   ByVal BottomMargin As Integer _ 
) 
- (instancetype)initWithFlags:(LTBlankPageDetectorCommandFlags)flags 
                   leftMargin:(NSUInteger)leftMargin 
                    topMargin:(NSUInteger)topMargin 
                  rightMargin:(NSUInteger)rightMargin 
                 bottomMargin:(NSUInteger)bottomMargin 
public BlankPageDetectorCommand( 
  int flags,  
  int LeftMargin,  
  int TopMargin,  
  int RightMargin,  
  int 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 units to exclude from the left of the image.

TopMargin
Number of units to exclude from the top of the image.

RightMargin
Number of units to exclude from the right of the image.

BottomMargin
Number of units to exclude from the bottom of the image.

Example

Refer to BlankPageDetectorCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly