DocumentViewRemove Method
|
Removes a document from the Document View.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic void Remove(
Object Document,
bool Close
)
Public Sub Remove (
Document As Object,
Close As Boolean
)
public:
void Remove(
Object^ Document,
bool Close
)
Parameters
- Document
- Type: SystemObject
- Close
- Type: SystemBoolean
See Also