Visual Basic (Declaration) | |
---|---|
Public Function AdvancedBinarize( _ ByVal targetDpi As Integer, _ ByVal reserved1 As Double, _ ByVal reserved2 As Double _ ) As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CiRepair Dim targetDpi As Integer Dim reserved1 As Double Dim reserved2 As Double Dim value As Integer value = instance.AdvancedBinarize(targetDpi, reserved1, reserved2) |
Delphi | |
---|---|
public function AdvancedBinarize( targetDpi: Integer; reserved1: Double; reserved2: Double ): Integer; |
JScript | |
---|---|
public function AdvancedBinarize( targetDpi : int, reserved1 : double, reserved2 : double ) : int; |
Managed Extensions for C++ | |
---|---|
public: int AdvancedBinarize( int targetDpi, double reserved1, double reserved2 ) |
Parameters
- targetDpi
- 0 converts to 300 DPI
-1 preserves current DPI
100 to 600 converts to specified DPI - reserved1
- Set to 0.0
- reserved2
- Set to 0.0
Optimized conversion of color and grayscale images to bi-tonal using multiple image analysis techniques.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family