M_PDFiumSharp_RenderingExtensionsGdiPlus_Render_1 - ArgusMagnus/PDFiumSharp GitHub Wiki

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

Namespace: PDFiumSharp
Assembly: PDFiumSharp.GdiPlus (in PDFiumSharp.GdiPlus.dll) Version: 0.1.0.0 (1.0.0.0)

Syntax

C#

public static void Render(
	this PdfPage page,
	Bitmap renderTarget,
	ValueTuple<int, int, int, int> rectDest,
	PageOrientations orientation = PageOrientations.Normal,
	RenderingFlags flags = RenderingFlags.None
)

Parameters

 

page
Type: PDFiumSharp.PdfPage
renderTarget
Type: System.Drawing.Bitmap
rectDest
Type: ValueTuple(Int32, Int32, Int32, Int32)
orientation (Optional)
Type: PDFiumSharp.PageOrientations
flags (Optional)
Type: PDFiumSharp.RenderingFlags

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type PdfPage. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also

Reference

RenderingExtensionsGdiPlus Class
Render Overload
PDFiumSharp Namespace

⚠️ **GitHub.com Fallback** ⚠️