Click or drag to resize

ExportToPowerPoint Class

Exports Image, NChartControl or McWindow into PowerPoint. Input is a header, Input2 is an object.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandString
          MediaCy.CommandsTwoInputsCommandString, Object
            MediaCy.Commands.ExportBaseExportCommand
              MediaCy.Commands.ExportExportToPowerPoint

Namespace:  MediaCy.Commands.Export
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class ExportToPowerPoint
	Inherits BaseExportCommand

The ExportToPowerPoint type exposes the following members.

Constructors
  NameDescription
Public methodExportToPowerPoint
Initializes a new instance of the ExportToPowerPoint class
Public methodExportToPowerPoint(String)
Initializes a new instance of the ExportToPowerPoint class
Public methodExportToPowerPoint(McCommand)
Initializes a new instance of the ExportToPowerPoint class
Top
Properties
  NameDescription
Public propertyStatic memberFileFilter
Returns file filters in format NAME|*.EXT for selected object.
Public propertyStatic memberIsInstalled
Returns True if PowerPoint installed on this computer.
Public propertyNewPresentation
Create new document.
Top
Remarks