IPageRenderer

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

SignatureDescription
RenderPage(pdfBytes: byte[], pageNumber: int, dpi: int)Render a page to RGBA pixels.

See Also