Click or drag to resize

mcDocumentWritingFlags Enumeration

Defines the purpose of a save operation.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Enumeration mcDocumentWritingFlags
Members
  Member nameValueDescription
mcdwDefault0 Standard save operation.
mcdwAutoSaving1 Auto-saving a document for recovery.
mcdwSaveAs2 Saving a document to a new file.
mcdwFrameByFrame3 Saving a document to a new file frame by frame.
Remarks