Ask Your Question

Revision history [back]

Hi, Abigail. I have ever load images with the help of following code:

using System.IO;
using System.Drawing.Printing;
using Yiigo.Imaging;
using Yiigo.Imaging.Processing;
using Yiigo.Imaging.Loading;

// Load images in different format from disk
YiigoImage image = new YiigoImage();
image.Load(@"C:\yiigo_example.jpg");

// Load PDF document
YiigoImage doc = new YiigoImage();
doc.Load(@"C:\yiigo_example.pdf");

// Load Microsoft Word document
YiigoImage doc = new YiigoImage();
doc.Load(@"C:\yiigo_example.docx");

Or You can also google it and select a fine image manager whose way of processing is simple and fast to help you with the related work. Remember to check its free trial package first if possible. I hope you success. Good luck.

Best regards, Arron

click to hide/show revision 2
No.2 Revision

Hi, Abigail. I have ever load images with the help of following code:remove spam

using System.IO;
using System.Drawing.Printing;
using Yiigo.Imaging;
using Yiigo.Imaging.Processing;
using Yiigo.Imaging.Loading;

// Load images in different format from disk
YiigoImage image = new YiigoImage();
image.Load(@"C:\yiigo_example.jpg");

// Load PDF document
YiigoImage doc = new YiigoImage();
doc.Load(@"C:\yiigo_example.pdf");

// Load Microsoft Word document
YiigoImage doc = new YiigoImage();
doc.Load(@"C:\yiigo_example.docx");

Or You can also google it and select a fine image manager whose way of processing is simple and fast to help you with the related work. Remember to check its free trial package first if possible. I hope you success. Good luck.

Best regards, Arron