
5.5.6.9. 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 212
Kommentare zu diesen Handbüchern