Click or drag to resize

QuickSaveForPublication Class

Saves image with all overlays into a color image (typically JPEG) and returns file name in Output.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandMcWindow, String
          MediaCy.Commands.WindowQuickSaveForPublication

Namespace:  MediaCy.Commands.Window
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class QuickSaveForPublication
	Inherits OneInputOneOutputCommand(Of McWindow, String)

The QuickSaveForPublication type exposes the following members.

Constructors
  NameDescription
Public methodQuickSaveForPublication
Initializes a new instance of the QuickSaveForPublication class
Top
Properties
  NameDescription
Public propertyAnimate
Animate save for publication command. If UseDefault then application settings parameter used.
Public propertyFileName
Defines destination file name. If NullOrEmpty then GetNextQuickFileName used.
Public propertyReopen
Reopen saved for publication image. If UseDefault then application settings parameter used.
Top
Remarks
The parameters for the path and file name are defined in QuickSavePublication section of McSettings (Path,Prefix,Extension)
See Also