Ream image
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-01-18 06:11 PM
Hi ,
By Using Region mode - i have got the Image and stored it into a data item ( datatype is image ) and now i want to store it into a folder with the .jpg format.
please let me know the process.
Thanks in advance.!!
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-01-18 09:11 PM
Try a code stage with a line such as: MyImageInput.Save(MyFilePathInput, System.Drawing.Imaging.ImageFormat.Jpeg)
