Can use PDFNet to render PDF pages to a custom DC?

Q: Does you sdk supports rendering the whole pdf pages in a custom DC/
bitmap
---
A: PDFDraw class includes a function called DrawInRect() that accepts
HDC as a parameter. As a result you can render the page to a custom DC
(such as printer or a metafile). Also PDFNet comes with two PDF
rasterizers (one based on a high-quality graphics engine and one based
on GDI+). As a starting point, you may want to take a look at PDFDraw
sample project (http://www.pdftron.com/net/samplecode.html#PDFDraw).