Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

AutoCropCommand Constructor(Int32)








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.
Initializes a new AutoCropCommand class object with explicit parameters.
Syntax
public AutoCropCommand( 
   int threshold
)
'Declaration
 
Public Function New( _
   ByVal threshold As Integer _
)
'Usage
 
Dim threshold As Integer
 
Dim instance As New AutoCropCommand(threshold)
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

See Also

Reference

AutoCropCommand Class
AutoCropCommand Members
Overload List

Error processing SSI file