InputZoneGetCombInfo 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 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