SaveAs Class

Saves the Input document in a new file.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.DocumentSave
            MediaCy.Commands.DocumentSaveAs
              MediaCy.Commands.DocumentSaveForRecovery

Namespace:  MediaCy.Commands.Document
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class SaveAs
	Inherits Save

The SaveAs type exposes the following members.

Constructors
  NameDescription
Public methodSaveAs
Initializes a new instance of the SaveAs class
Top
Properties
  NameDescription
Public propertyFilename
The new file path.
Public propertyFlags (Overrides SaveFlags.)
Public propertyFrameByFrame
Saves image into file frame by frame.
Top
Remarks