Click or drag to resize

ZoomPanScroll Class

Sets the zoom, pan or scroll.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandMcWindow
          MediaCy.Commands.WindowZoomPanScroll

Namespace:  MediaCy.Commands.Window
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class ZoomPanScroll
	Inherits OneInputCommand(Of McWindow)

The ZoomPanScroll type exposes the following members.

Constructors
  NameDescription
Public methodZoomPanScroll
Initializes a new instance of the ZoomPanScroll class
Public methodZoomPanScroll(String)
Initializes a new instance of the ZoomPanScroll class
Public methodZoomPanScroll(McCommand)
Initializes a new instance of the ZoomPanScroll class
Top
Properties
  NameDescription
Public propertyAutoZoom
Defines auto zoom mode (None, BestFit, FitToWidth, FitToHeight).
Public propertyPan
Defines pan in horizontal direction.
Public propertyScroll
Defines scroll in vertical direction.
Public propertyZoom
Defines zoom in percentage of the original size.
Top
Methods
  NameDescription
Public methodClone (Overrides McCommandExtended.Clone(McCommand).)
Public methodStatic memberCreate(IMcDocumentView, ViewSettingsChangedEventArgs)
Public methodStatic memberCreate(McWindow, ViewSettingsChangedEventArgs)
Public methodIsPropertyActive (Overrides McCommandExtended.IsPropertyActive(String).)
Top
Remarks