Click or drag to resize

AddResolutions Class

Adds intermediate resolutions to any compatible VLI.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, Object
          MediaCy.Commands.LargeImageAddResolutions

Namespace:  MediaCy.Commands.LargeImage
Assembly:  MediaCy.Commands.LargeImage (in MediaCy.Commands.LargeImage.dll) Version: 1.0.0.0
Syntax
VB
Public Class AddResolutions
	Inherits OneInputOneOutputCommand(Of Object, Object)

The AddResolutions type exposes the following members.

Constructors
  NameDescription
Public methodAddResolutions
Initializes a new instance of the AddResolutions class
Top
Methods
Remarks
The command is only valid when applied to VLI documents that are backed by an image set. The image set must have been saved to disk. The intermediate resolutions that will be added will be automatically determined by the command.
See Also