LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
AutoBinarizeCommand Constructor(Int32,AutoBinarizeCommandFlags)
See Also 
Leadtools.ImageProcessing.Core Namespace > AutoBinarizeCommand Class > AutoBinarizeCommand Constructor : AutoBinarizeCommand Constructor(Int32,AutoBinarizeCommandFlags)



factor
The meaning of this factor depends on which threshold type flags are being used.
flags
Flags that determine the behavior of Auto Binarize process.
Initializes a new AutoBinarizeCommand class object with explicit parameters. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal factor As Integer, _
   ByVal flags As AutoBinarizeCommandFlags _
)
Visual Basic (Usage)Copy Code
Dim factor As Integer
Dim flags As AutoBinarizeCommandFlags
 
Dim instance As New AutoBinarizeCommand(factor, flags)
C# 
public AutoBinarizeCommand( 
   int factor,
   AutoBinarizeCommandFlags flags
)
C++/CLI 
public:
AutoBinarizeCommand( 
   int factor,
   AutoBinarizeCommandFlags flags
)

Parameters

factor
The meaning of this factor depends on which threshold type flags are being used.
flags
Flags that determine the behavior of Auto Binarize process.

Example

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also