←Select platform

AutoCropCommand Constructor(int)

Summary
Initializes a new AutoCropCommand class object with explicit parameters.
Syntax
C#
VB
Objective-C
C++
Java
public AutoCropCommand( 
   int threshold 
) 
Public Function New( _ 
   ByVal threshold As Integer _ 
) 
- (instancetype)initWithThreshold:(NSUInteger)threshold 
public AutoCropCommand(int threshold) 
public: 
AutoCropCommand(  
   int threshold 
) 

Parameters

threshold
Delta value for detecting blank space. Starting at each edge of the image and evaluating toward the center, any change in intensity that is less than or equal to this value is considered blank space. Valid values are 0 to 255.

Example

Refer to AutoCropCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.