Read image from an xml using c sharp

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • deegeorge
    New Member
    • Nov 2008
    • 58

    Read image from an xml using c sharp

    Hi,

    I have an xml document.In that xml document i have an image tag as <img src="image.jpeg ">. I want to read the image using c# code.How can i do that?

    Pls help....
    Thanx in advance.



    Regards,
    Deepa
  • GaryTexmo
    Recognized Expert Top Contributor
    • Jul 2009
    • 1501

    #2
    If you've got the file path, you should have no trouble loading it as an image in C#. Try looking into the Image and Bitmap classes. MSDN should be a fantastic resource for you, as well as google in general.

    Let me know if that works for you!

    Comment

    • tlhintoq
      Recognized Expert Specialist
      • Mar 2008
      • 3532

      #3
      What have you tried/done/coded so far?
      What error(s)/exception(s)/problem(s) is your current code causing?
      Can you provide the relevant code segment that is causing the error?

      Comment

      Working...