CharacterGetSpaceInfo Method
|
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetSpaceInfo(
out int Count,
out int Type
)
Public Sub GetSpaceInfo (
<OutAttribute> ByRef Count As Integer,
<OutAttribute> ByRef Type As Integer
)
public:
void GetSpaceInfo(
[OutAttribute] int% Count,
[OutAttribute] int% Type
)
Parameters
- Count
- Type: SystemInt32
- Type
- Type: SystemInt32
See Also