public static void ExportToPdf(UIElement element, FixedContentEditor drawingSurface) { pdfRenderer.Render(element, drawingSurface); }