示例#1
0
 public static void ExportToPdf(UIElement element, FixedContentEditor drawingSurface)
 {
     pdfRenderer.Render(element, drawingSurface);
 }