Sendgraphicstopowerpoint function – Multichannel Systems NeuroExplorer User Manual

Page 274

Advertising
background image

5.5.11.1. SendGraphicsToPowerPoint Function

SendGraphicsToPowerPoint Function


Sends the contents of the first graphical window of the document to the specified Power Point
presentation.

Syntax


SendGraphicsToPowerPoint (doc, presentationPath, slideTitle, comment, addParameters,
useBitmap)

Parameters

Parameter

Type

Description

doc

documentReference Reference to the document.

presentationPath

string

Path of the presentation file.

slideTitle

string

Slide title.

comment

string

Slide comment. Will be shown below graphics.

addParameters

double

If 1, add a text box with analysis parameter values.

useBitmap

double

If 1, transfer graphics as a bitmap, otherwise,
transfer graphics as a metafile.

Returns


None

Comments


None

Usage

NexScript

doc = GetActiveDocument()

SendGraphicsToPowerPoint(doc, "C:\NexResults.ppt", "Slide 1", "Sample slide", 1,

0)

See Also

Introduction to NexScript Programming

NexScript Function Categories

Page 272

Advertising