Click or drag to resize

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
Syntax
VB
Function 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: ThreadAffinity
The selected threading model.
Remarks