Table of Contents

Class PrintProvider

Namespace
H.Controls.PrintBox
Assembly
H.Controls.PrintBox.dll
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 FrameworkElement
printDialog PrintDialog
margin double

Returns

FixedDocument

GetFixedPages(FrameworkElement, PrintDialog, double)

public static List<FixedPage> GetFixedPages(FrameworkElement toPrint, PrintDialog printDialog, double margin = 20)

Parameters

toPrint FrameworkElement
printDialog PrintDialog
margin double

Returns

List<FixedPage>