Author Topic: PutDiagramImageToFile Formats  (Read 3858 times)

pneutam

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
PutDiagramImageToFile Formats
« on: May 29, 2003, 11:26:10 pm »
Below is the syntax for the PutDiagramImageToFile f'n:

PutDiagramImageToFile(
  VARIANT DiagramGUID,
  VARIANT Filename,
  long Type):BOOL

What are the valid formats and their corresponding Type values?
« Last Edit: May 29, 2003, 11:26:29 pm by pneutam »

mcavigelli

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: PutDiagramImageToFile Formats
« Reply #1 on: December 23, 2003, 07:28:26 am »
I have the same problem. The only thing I've found out so far, is that 0 for the file formats means a bitmap export.

Couldn't find anything neither in the documentation nor with google. >:(

Anyone can help?