EngineGetDocuments Method
|
The property returns the
Documents collection, which contains all the documents currently maintained by the engine.
Namespace:
OmniPageCSDK.IproPlus
Assembly:
OmniPageCSDK.IproPlus (in OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetDocuments(
out Documents Documents
)
Public Sub GetDocuments (
<OutAttribute> ByRef Documents As Documents
)
public:
void GetDocuments(
[OutAttribute] Documents^% Documents
)
Parameters
- Documents
- Type: OmniPageCSDK.IproPlusDocuments
Remarks
If the Engine is not initialized, accessing this property raises a trappable error.
See Also