IMcDocumentWriterPreWrite Method
|
|
Prepare the source for writing.
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxFunction PreWrite (
source As Object,
ByRef destination As Object,
ByRef flags As mcDocumentWritingFlags
) As ThreadAffinity
Parameters
- source
- Type: SystemObject
Either an IMcDocument or its Data - destination
- Type: SystemObject
- flags
- Type: MediaCy.IQL.ApplicationmcDocumentWritingFlags
Return Value
Type:
ThreadAffinityThe selected threading model.
Remarks
See Also