Namespace:
OmniPageCSDK.IproPlus
Assembly:
OmniPageCSDK.IproPlus (in 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: OmniPageCSDK.IproPlusIPRORECT
- RemovedLines
- Type: OmniPageCSDK.IproPlusRemovedLines
See Also