←Select platform

AutoCropCommand Constructor(Int32)

Summary

Initializes a new AutoCropCommand class object with explicit parameters.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AutoCropCommand(  
   int threshold 
) 
Public Function New( _ 
   ByVal threshold As Integer _ 
) 
public AutoCropCommand(  
   int threshold 
) 
- (instancetype)initWithThreshold:(NSUInteger)threshold
public AutoCropCommand(int threshold)
function AutoCropCommand(  
   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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize