GdiPlusPageRenderer

GdiPlusPageRenderer

Overview

GdiPlusPageRenderer is a class in Aspose.PDF FOSS for .NET. Inherits from: IPageRenderer.

PDF page renderer that rasterizes through GDI+ (Graphics).

This class provides 1 method for working with GdiPlusPageRenderer 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)Calls RenderPage on this GdiPlusPageRenderer instance.

See Also