LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

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. .NET support WinRT support Silverlight support
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
)
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AutoCropCommand Class
AutoCropCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.