InputZoneGetCombInfo Method
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 22.0.0.0 (22.0.22462.100)
Syntaxpublic void GetCombInfo(
out bool hastopborder,
out COMB_SPLITTER_HEIGHT splitterHeight
)
Public Sub GetCombInfo (
<OutAttribute> ByRef hastopborder As Boolean,
<OutAttribute> ByRef splitterHeight As COMB_SPLITTER_HEIGHT
)
public:
void GetCombInfo(
[OutAttribute] bool% hastopborder,
[OutAttribute] COMB_SPLITTER_HEIGHT% splitterHeight
)
Parameters
- hastopborder
- Type: SystemBoolean
- splitterHeight
- Type: Kofax.OmniPageCSDK.ArgTypesCOMB_SPLITTER_HEIGHT
See Also