| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal factor As Integer, _ ByVal flags As AutoBinarizeCommandFlags _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| 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.
Refer to AutoBinarizeCommand.
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