Click or drag to resize

DocumentCommands Class

Provides a set of document related commands.
Inheritance Hierarchy
SystemObject
  MediaCy.Automation.ApplicationDocumentCommands

Namespace:  MediaCy.Automation.Application
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public NotInheritable Class DocumentCommands

The DocumentCommands type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberActivate
Changes the active document.
Public propertyStatic memberActive
Returns an active document in the application.
Public propertyStatic memberActiveImage
Returns an active image in the application.
Public propertyStatic memberActiveImageSet
Returns an active image set in the application.
Public propertyStatic memberCloseAllViews
Closes all views of the specified document.
Public propertyStatic memberCreateThumbnail
Creates a thumbnail Bitmap for the specified image.
Public propertyStatic memberDefine
Defines a document by its name.
Public propertyStatic memberImportSet
Import a list of image files and create a set document out of them.
Public propertyStatic memberMarshal
Marshals an image from another thread.
Public propertyStatic memberMove
Move a document to a different directory.
Public propertyStatic memberOpen
Opens document(s) from one or several files.
Public propertyStatic memberOpenDemo
Opens document(s) from the Demo folder.
Public propertyStatic memberOpenFolder
Shows the document in its folder location.
Public propertyStatic memberOpenFolderAsSites
Opens an image set document from the files contained in sub-folders of the specified location.
Public propertyStatic memberOpenFromExperiment
Opens a document contained in an experiment.
Public propertyStatic memberOpenImage
Opens one or several documents.
Public propertyStatic memberOpenSequence
Opens a set of image files as one single sequence.
Public propertyStatic memberOpenSet
Opens a set of image files as an image set.
Public propertyStatic memberOpenSetFromFolder
Opens an image set document from the files contained in sub-folders of the specified location.
Public propertyStatic memberProperties
Sets the properties of the document.
Public propertyStatic memberReload
Reloads the document from its original file.
Public propertyStatic memberSave
Saves the document.
Public propertyStatic memberSave2
Saves the document.
Public propertyStatic memberSaveAll
Saves all modified documents.
Public propertyStatic memberSaveAs
Saves the document in a new file.
Public propertyStatic memberShow
Shows document(s) in the application workspace.
Public propertyStatic memberView
Displays one document.
Top
See Also