Caution |
---|
|
This API is preliminary and subject to change.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void RemoveLines(
ref IPRORECT Rect,
out RemovedLines RemovedLines
)
Public Sub RemoveLines (
ByRef Rect As IPRORECT,
<OutAttribute> ByRef RemovedLines As RemovedLines
)
public:
void RemoveLines(
[InAttribute] IPRORECT% Rect,
[OutAttribute] RemovedLines^% RemovedLines
)
Parameters
- Rect
- Type: Kofax.OmniPageCSDK.IproPlus.IPRORECT
- RemovedLines
- Type: Kofax.OmniPageCSDK.IproPlus.RemovedLines
See Also