Provides utility helpers for rendering PrintPage content either to a drawing context or bitmap surface.
public static class PrintPageRenderer
kind:method, kind:property, kind:ctor. Press Esc to clear.RenderToBitmap(PrintPage, PrintPageMetrics)Renders the supplied page into a Avalonia.Media.Imaging.RenderTargetBitmap using the provided metrics.RenderToDrawingContext(DrawingContext, PrintPage, PrintPageMetrics)Renders the supplied page to the provided drawing context using the supplied metrics.