ImageFileConvert2BW Method
|
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void Convert2BW(
IMG_CONVERSION Conversion,
[OptionalAttribute] int Brightness,
[OptionalAttribute] int Threshold,
[OptionalAttribute] IMG_RESENH ResolEnh,
[OptionalAttribute] int Page
)
Public Sub Convert2BW (
Conversion As IMG_CONVERSION,
<OptionalAttribute> Brightness As Integer,
<OptionalAttribute> Threshold As Integer,
<OptionalAttribute> ResolEnh As IMG_RESENH,
<OptionalAttribute> Page As Integer
)
public:
void Convert2BW(
[InAttribute] IMG_CONVERSION Conversion,
[OptionalAttribute] [InAttribute] int Brightness,
[OptionalAttribute] [InAttribute] int Threshold,
[OptionalAttribute] [InAttribute] IMG_RESENH ResolEnh,
[OptionalAttribute] [InAttribute] int Page
)
Parameters
- Conversion
- Type: Kofax.OmniPageCSDK.IproPlusIMG_CONVERSION
- Brightness (Optional)
- Type: SystemInt32
- Threshold (Optional)
- Type: SystemInt32
- ResolEnh (Optional)
- Type: Kofax.OmniPageCSDK.IproPlusIMG_RESENH
- Page (Optional)
- Type: SystemInt32
See Also