Click or drag to resize

IMcDocumentWriter Interface

Advanced document writing interface

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Interface IMcDocumentWriter

The IMcDocumentWriter type exposes the following members.

Methods
  NameDescription
Public methodAutoRecoverSaveNeeded
Returns true when the document should save auto-recover information.
Public methodCanWrite
Returns True if destination is writable.
Public methodPostWrite
Called once the file is written.
Public methodPreWrite
Prepare the source for writing.
Public methodWrite
Writes source to a destination.
Top
Remarks