M_PDFiumSharp_RenderingExtensionsXwt_Render_1 - ArgusMagnus/PDFiumSharp GitHub Wiki
RenderingExtensionsXwt.Render Method (PdfPage, BitmapImage, ValueTuple`4(Int32, Int32, Int32, Int32), PageOrientations, RenderingFlags)
Namespace: PDFiumSharp
Assembly: PDFiumSharp.Xwt (in PDFiumSharp.Xwt.dll) Version: 0.1.0.0 (1.0.0.0)
C#
public static void Render(
this PdfPage page,
BitmapImage renderTarget,
ValueTuple<int, int, int, int> rectDest,
PageOrientations orientation = PageOrientations.Normal,
RenderingFlags flags = RenderingFlags.None
)
- page
- Type: PDFiumSharp.PdfPage
- renderTarget
- Type: BitmapImage
- rectDest
- Type: ValueTuple(Int32, Int32, Int32, Int32)
- orientation (Optional)
- Type: PDFiumSharp.PageOrientations
- flags (Optional)
- Type: PDFiumSharp.RenderingFlags
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).
RenderingExtensionsXwt Class
Render Overload
PDFiumSharp Namespace