DocumentViewDetachAll Method
|
If n documents are open, the control is able to close all of them at the same time.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic void DetachAll(
bool CloseAll
)
Public Sub DetachAll (
CloseAll As Boolean
)
public:
void DetachAll(
bool CloseAll
)
Parameters
- CloseAll
- Type: SystemBoolean
See Also