IMcDocumentControllerLoadDocument Method
|
|
Load a document from a file or some other data source.
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxFunction LoadDocument (
source As Object,
Optional type As String = ""
) As IMcDocument
Parameters
- source
- Type: SystemObject
The document source which can be a file, a group of files... - type (Optional)
- Type: SystemString
The type of requested document (McImage for example)
Return Value
Type:
IMcDocument
Remarks
See Also