Skip to content

M_PDFiumSharp_PdfPage_Render

ArgusMagnus edited this page Apr 4, 2017 · 2 revisions

PdfPage.Render Method (PDFiumBitmap, PageOrientations, RenderingFlags)

Renders the page to a PDFiumBitmap

Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public void Render(
	PDFiumBitmap renderTarget,
	PageOrientations orientation = PageOrientations.Normal,
	RenderingFlags flags = RenderingFlags.None
)

Parameters

 

renderTarget
Type: PDFiumSharp.PDFiumBitmap
The bitmap to which the page is to be rendered.
orientation (Optional)
Type: PDFiumSharp.PageOrientations
The orientation at which the page is to be rendered.
flags (Optional)
Type: PDFiumSharp.RenderingFlags
The flags specifying how the page is to be rendered.

See Also

Reference

PdfPage Class
Render Overload
PDFiumSharp Namespace

Clone this wiki locally