SettingCollectionGetJP2KGraySlopeThrMinMax Method
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntaxpublic void GetJP2KGraySlopeThrMinMax(
out ushort colorslopethrmin,
out ushort colorslopethrmax
)
Public Sub GetJP2KGraySlopeThrMinMax (
<OutAttribute> ByRef colorslopethrmin As UShort,
<OutAttribute> ByRef colorslopethrmax As UShort
)
public:
void GetJP2KGraySlopeThrMinMax(
[OutAttribute] unsigned short% colorslopethrmin,
[OutAttribute] unsigned short% colorslopethrmax
)
Parameters
- colorslopethrmin
- Type: SystemUInt16
- colorslopethrmax
- Type: SystemUInt16
See Also