DocumentSetDropoutColorWeights Method
|
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void SetDropoutColorWeights(
int Red,
int Green,
int Blue
)
Public Sub SetDropoutColorWeights (
Red As Integer,
Green As Integer,
Blue As Integer
)
public:
void SetDropoutColorWeights(
[InAttribute] int Red,
[InAttribute] int Green,
[InAttribute] int Blue
)
Parameters
- Red
- Type: SystemInt32
- Green
- Type: SystemInt32
- Blue
- Type: SystemInt32
See Also