Class PrintHelper
public static class PrintHelper
- Inheritance
-
PrintHelper
- Inherited Members
Methods
GetFixedDocument(FrameworkElement, PrintDialog, double)
public static FixedDocument GetFixedDocument(FrameworkElement toPrint, PrintDialog printDialog, double margin = 20)
Parameters
toPrint
FrameworkElementprintDialog
PrintDialogmargin
double
Returns
GetFixedPages(FrameworkElement, PrintDialog, double)
public static List<FixedPage> GetFixedPages(FrameworkElement toPrint, PrintDialog printDialog, double margin = 20)
Parameters
toPrint
FrameworkElementprintDialog
PrintDialogmargin
double
Returns
ShowPrintPreview(FixedDocument)
public static void ShowPrintPreview(FixedDocument fixedDoc)
Parameters
fixedDoc
FixedDocument