Method Render
Render(PdfDocument, PdfRasterOptions?)
Renders the selected pages.
public static IEnumerable<PdfRenderedPage> Render(PdfDocument document, PdfRasterOptions? options = null)
Parameters
documentPdfDocumentThe opened document.
optionsPdfRasterOptionsRaster options, or null for the defaults.
Returns
- IEnumerable<PdfRenderedPage>
The rendered pages, produced lazily in page order.
Exceptions
- ArgumentNullException
documentis null.- ArgumentOutOfRangeException
The page range names pages the document does not have.