This group contains samples that show how to use Docotic.Pdf library to rasterize PDF documents. Here are samples that show how to convert PDF to image, create image of a PDF page with specified zoom level and make thumbnail of a PDF page.
This sample shows how to save a PDF page as image (i.e. how to convert a PDF page to raster format image).
Save PDF page as image with specified resolution
This sample shows how to save a PDF page as image with specified resolution.
This sample shows how to make thumbnail of a PDF page.
This sample shows how to save image of a PDF page with specified zoom level.
This sample shows how to draw a PDF page on a System.Drawing.Graphics.