IPageRenderer
Overview
IPageRenderer is a interface in Aspose.PDF FOSS for .NET.
Renders a PDF page to an RGBA pixel buffer.
This interface provides 1 method for working with IPageRenderer objects in .NET programs.
Available methods include: RenderPage.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Methods
| Signature | Description |
|---|---|
RenderPage(pdfBytes: byte[], pageNumber: int, dpi: int) | Render a page to RGBA pixels. |