User (Legacy) Posted August 21, 2002 Report Posted August 21, 2002 I'm currently looking for a way to generate and image tag for an existing image file through ASP. My reason for doing this is that I want to utilise the image map features of chartfx without generating a temporary file. I have come across a SetOutputInfo Method on the ChartFX object, there is not documentation for this method. I was wondering whether anyone could tell me anything about this method, like its function and parameters it accepts?
Software FX Posted August 22, 2002 Report Posted August 22, 2002 SetOutputInfo will not help you with the imagetag generation, this is used to customize the output generation process. You can use the GetHtmlDataEx method in ChartFX to generate an image and an image map without using temporary files, You can search our KB for details on how to use GetHtmlDataEx. It will return the image (and optionally the image map) in either a COM stream or a COM byte array. -- Regards, JC Software FX Support "Michael Flynn" <Michael.Flynn@Syreon.Com> wrote in message news:xJ54otVSCHA.3552@webserver1.softwarefx.com... > I'm currently looking for a way to generate and image tag for an > existing image file through ASP. My reason for doing this is that I > want to utilise the image map features of chartfx without generating a > temporary file. > > I have come across a SetOutputInfo Method on the ChartFX object, there > is not documentation for this method. I was wondering whether anyone > could tell me anything about this method, like its function and > parameters it accepts? >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.