M_PDFiumSharp_PdfPage_Render_1 - ArgusMagnus/PDFiumSharp GitHub Wiki
PdfPage.Render Method (PDFiumBitmap, ValueTuple`4(Int32, Int32, Int32, Int32), PageOrientations, RenderingFlags)
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public void Render(
PDFiumBitmap renderTarget,
ValueTuple<int, int, int, int> rectDest,
PageOrientations orientation = PageOrientations.Normal,
RenderingFlags flags = RenderingFlags.None
)
- renderTarget
- Type: PDFiumSharp.PDFiumBitmap
- rectDest
- Type: ValueTuple(Int32, Int32, Int32, Int32)
- orientation (Optional)
- Type: PDFiumSharp.PageOrientations
- flags (Optional)
- Type: PDFiumSharp.RenderingFlags