How to extract each page of a pdf document as an image?

Q: Is it possible to extract each page of a pdf document as an image?
I noticed that you can pull all the images out but I didn't see where
or how to extract a full page as an image.
----

A: Yes, using PDFNet SDK you can convert PDF pages to raster images.
You would need to use PDFDraw or PDFRasterizer class. As a starting
point you may want to take a look at PDFDraw sample project: