Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.10
AutoCropCommand Constructor(Int32)
See Also 
Leadtools.ImageProcessing.Core Namespace > AutoCropCommand Class > AutoCropCommand Constructor : AutoCropCommand Constructor(Int32)




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.
Initializes a new AutoCropCommand class object with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal threshold As Integer _
)
Visual Basic (Usage)Copy Code
Dim threshold As Integer
 
Dim instance As AutoCropCommand(threshold)
C# 
public AutoCropCommand( 
   int threshold
)
Managed Extensions for C++ 
public: AutoCropCommand( 
   int threshold
)
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also