IMcDocumentWriter Interface |
![]() |
Namespace: MediaCy.IQL.Application
Public Interface IMcDocumentWriter
The IMcDocumentWriter type exposes the following members.
Name | Description | |
---|---|---|
![]() | AutoRecoverSaveNeeded |
Returns true when the document should save auto-recover information.
|
![]() | CanWrite |
Returns True if destination is writable.
|
![]() | PostWrite |
Called once the file is written.
|
![]() | PreWrite |
Prepare the source for writing.
|
![]() | Write |
Writes source to a destination.
|