Click or drag to resize

DocumentGetDropoutColorWeights 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
Syntax
public void GetDropoutColorWeights(
	out int Red,
	out int Green,
	out int Blue
)

Parameters

Red
Type: SystemInt32
Green
Type: SystemInt32
Blue
Type: SystemInt32
Remarks

See the description of the SetDropoutColorWeights method for details.

See Also