M_PDFiumSharp_PdfPage_Render - ArgusMagnus/PDFiumSharp GitHub Wiki
Renders the page to a PDFiumBitmap
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public void Render(
PDFiumBitmap renderTarget,
PageOrientations orientation = PageOrientations.Normal,
RenderingFlags flags = RenderingFlags.None
)
- 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.