Table of Contents

Class PrintHelper

Namespace
HeBianGu.Control.PrintBox
Assembly
HeBianGu.Control.PrintBox.dll
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 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>

ShowPrintPreview(FixedDocument)

public static void ShowPrintPreview(FixedDocument fixedDoc)

Parameters

fixedDoc FixedDocument