Open Class

Opens document(s) from one or several files.
Inheritance Hierarchy

Namespace:  MediaCy.Commands.Document
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class Open
	Inherits OneOutputCommand(Of IList)

The Open type exposes the following members.

Constructors
  NameDescription
Public methodOpen
Initializes a new instance of the Open class
Public methodOpen(McCommand)
Initializes a new instance of the Open class
Top
Properties
  NameDescription
Public propertyBestFitMode
Automatically apply a best fit display after opening the file.
Public propertyFilenames
An array of filenames to open in the application.
Public propertyGroupRelatedFiles
Automatically combine all related files located in the same folder into a single image set document when possible.
Public propertyOpenAsSequence
When multiple files are selected, open them all as a single sequence document.
Public propertyVisible
Makes the document(s) visible if true.
Top
Methods
Remarks