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



threshold
Delta value for detecting blank space.
Initializes a new AutoTrimCommand 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 AutoTrimCommand(threshold)
C# 
public AutoTrimCommand( 
   int threshold
)
C++/CLI 
public:
AutoTrimCommand( 
   int threshold
)

Parameters

threshold
Delta value for detecting blank space.

Example

For an example, refer to AutoTrimCommand.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also