PageDetectDropoutColorWeights Method
|
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void DetectDropoutColorWeights(
out int WRed,
out int WGreen,
out int WBlue,
ref IPRORECT Rect,
[OptionalAttribute] IMAGEINDEX CSImgIndex
)
Public Sub DetectDropoutColorWeights (
<OutAttribute> ByRef WRed As Integer,
<OutAttribute> ByRef WGreen As Integer,
<OutAttribute> ByRef WBlue As Integer,
ByRef Rect As IPRORECT,
<OptionalAttribute> CSImgIndex As IMAGEINDEX
)
public:
void DetectDropoutColorWeights(
[OutAttribute] int% WRed,
[OutAttribute] int% WGreen,
[OutAttribute] int% WBlue,
[InAttribute] IPRORECT% Rect,
[OptionalAttribute] [InAttribute] IMAGEINDEX CSImgIndex
)
Parameters
- WRed
- Type: SystemInt32
- WGreen
- Type: SystemInt32
- WBlue
- Type: SystemInt32
- Rect
- Type: Kofax.OmniPageCSDK.IproPlusIPRORECT
- CSImgIndex (Optional)
- Type: Kofax.OmniPageCSDK.IproPlusIMAGEINDEX
See Also