Can PDFsharp show PDF files? |
PDFsharp comes with a preview control designed to visualize drawing operations of the XGraphics object, but it cannot render PDF files. Further the DrawImage function can be used to draw so called form XObjects in PDF pages. If you try to render such an object in the preview, only the bounding box is drawn to show that it cannot be rendered.
|