Skip to content

M_PDFiumSharp_PdfPage_Render_1

ArgusMagnus edited this page Apr 4, 2017 · 3 revisions

PdfPage.Render Method (PDFiumBitmap, ValueTuple`4(Int32, Int32, Int32, Int32), PageOrientations, RenderingFlags)

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

Syntax

C#

public void Render(
	PDFiumBitmap renderTarget,
	ValueTuple<int, int, int, int> rectDest,
	PageOrientations orientation = PageOrientations.Normal,
	RenderingFlags flags = RenderingFlags.None
)

Parameters

 

renderTarget
Type: PDFiumSharp.PDFiumBitmap
rectDest
Type: ValueTuple(Int32, Int32, Int32, Int32)
orientation (Optional)
Type: PDFiumSharp.PageOrientations
flags (Optional)
Type: PDFiumSharp.RenderingFlags

See Also

Reference

PdfPage Class
Render Overload
PDFiumSharp Namespace

Clone this wiki locally