in

Support Portal

ImageConvert.dll -> ConvertTo Method

Last post 02-02-2010 11:58 AM by dwparmanand. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 02-02-2010 11:58 AM

    ImageConvert.dll -> ConvertTo Method

    Hi All. I wish to use the ImageCovert.dll to format a GIF into a PDF file. Any help on telling me what the OutPutFormat command is for ConvertImage method would be appreciated.

     This is what i have so far.

                        ' Save to memory using the Gif format
                        NewBitmap.Save(ms, ImageFormat.Gif)
                        'Save the file temporarily for conversion
                        SaveMemoryStream(ms, GIFTempLocation & "\" & strNow & ".Gif")

                        'convert image to PDF file file
                        objV.ConvertImage("Some OutPutFormat Here!!!", GIFTempLocation & "\" & strNow & ".Gif", GIFTempLocation & "\" & strNow & ".pdf")

    Dont know the type into insert here ...

     Thank you.

    • Post Points: 1
Page 1 of 1 (1 items)
Copyright Omniplanar, Inc. 2007
Powered by Community Server (Commercial Edition), by Telligent Systems