Introduction
PDFRasterizer.NET is a .NET component that lets you convert PDF documents to raster images,
print PDF documents unattended and display PDF document in your Windows application.
PDFRasterizer.NET is deployed as a single assembly written entirely in C#.
PDFRasterizer.NET has no external dependencies and consists of just one assembly which makes deployment truly simple.
Straight-forward object model
PDFRasterizer.NET has a simple and straightforward object model consisting
of just a handful of classes: Document, Pages, Page and a few utility classes.
These classes let you open a PDF document, browse the basic properties of the document,
retrieve pages by index, retrieve page sizes and ultimately draw a PDF page.