Click or drag to resize

IMcDocumentControllermcDocumentControllerMode Enumeration

Specifies read or write access.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Enumeration mcDocumentControllerMode
Members
  Member nameValueDescription
msdcmRead0 GetDocumentFormat is called for reading.
msdcmWrite1 GetDocumentFormat is called for writing.
Remarks