Aspose.Editor is designed from the ground up for .NET Framework and takes advantage of all its features, including drawing to the extremely versatile .NET Graphics object that encapsulates GDI+.
Once you provide a Graphics object to Aspose.Editor, the pages can be rendered in exactly the same way to the following destinations:
- Screen
- Printer
- Print preview
- Image object
- TIFF (including multipage), PNG, JPEG or BMP file
- EMF metafile
You can specify transformations and other settings on the Graphics object and they will be taken into account when rendering.
You can specify origin, size and scale of the page you want to render.
Rendering pages of a document into images.
Aspose.Editor generates a PNG thumbnail of a page.
Aspose.Editor renders a page into an EMF metafile.