Document.GetDropoutColorWeights Method
|
This method retrieves the current value of the drop-out color weights.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetDropoutColorWeights(
out int Red,
out int Green,
out int Blue
)
Public Sub GetDropoutColorWeights (
<OutAttribute> ByRef Red As Integer,
<OutAttribute> ByRef Green As Integer,
<OutAttribute> ByRef Blue As Integer
)
public:
void GetDropoutColorWeights(
[OutAttribute] int% Red,
[OutAttribute] int% Green,
[OutAttribute] int% Blue
)
Parameters
- Red
- Type: System.Int32
- Green
- Type: System.Int32
- Blue
- Type: System.Int32
Remarks
See Also