hwISession SetXMLImageLinkMode
Sets whether the images in the exported PowerPoint file have embedded links.
Syntax
hwISession_handle SetXMLImageLinkMode use_links
Application
HyperWorks Tcl Modify
Description
This command sets whether images in the exported PowerPoint file (XML or XML_2007) are embedded or linked images.
Inputs
- use_links
 - The input is true or false. 
- true
 - If you want the images in the exported PowerPoint file to be embedded or linked images.
 - false
 - If you do not want to have embedded or linked images.
 
 
Example
hwi GetSessionHandle sess;
sess SetXMLImageLinkMode true;
      Error
Returns success (0) or an error code.
Keywords
HyperWorks
Tcl
Modify