Class PrintProvider
public static class PrintProvider
- Inheritance
-
PrintProvider
- 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