Table of Contents

Class PrintBox

Namespace
HeBianGu.Control.PrintBox
Assembly
HeBianGu.Control.PrintBox.dll
public class PrintBox : ItemsControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild
Inheritance
PrintBox
Implements
Inherited Members
Extension Methods

Constructors

PrintBox()

public PrintBox()

Fields

ExtentHeightProperty

public static readonly DependencyProperty ExtentHeightProperty

Field Value

DependencyProperty

ExtentWidthProperty

public static readonly DependencyProperty ExtentWidthProperty

Field Value

DependencyProperty

FixedPageMarginProperty

public static readonly DependencyProperty FixedPageMarginProperty

Field Value

DependencyProperty

PrintPageHeightProperty

public static readonly DependencyProperty PrintPageHeightProperty

Field Value

DependencyProperty

PrintPageWidthProperty

public static readonly DependencyProperty PrintPageWidthProperty

Field Value

DependencyProperty

PrintableAreaHeightProperty

public static readonly DependencyProperty PrintableAreaHeightProperty

Field Value

DependencyProperty

PrintableAreaWidthProperty

public static readonly DependencyProperty PrintableAreaWidthProperty

Field Value

DependencyProperty

UseRightProperty

public static readonly DependencyProperty UseRightProperty

Field Value

DependencyProperty

Properties

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

ExtentHeight

public double ExtentHeight { get; set; }

Property Value

double

ExtentWidth

public double ExtentWidth { get; set; }

Property Value

double

FixedPageMargin

public Thickness FixedPageMargin { get; set; }

Property Value

Thickness

PrintPageHeight

public double PrintPageHeight { get; }

Property Value

double

PrintPageWidth

public double PrintPageWidth { get; }

Property Value

double

PrintableAreaHeight

public double PrintableAreaHeight { get; set; }

Property Value

double

PrintableAreaWidth

public double PrintableAreaWidth { get; set; }

Property Value

double

UseRight

public bool UseRight { get; set; }

Property Value

bool

Methods

GetContainerForItemOverride()

Creates or identifies the element that is used to display the given item.

protected override DependencyObject GetContainerForItemOverride()

Returns

DependencyObject

The element that is used to display the given item.

GetPageContents(FrameworkElement, PrintDialog)

public List<PageContent> GetPageContents(FrameworkElement toPrint, PrintDialog printDialog)

Parameters

toPrint FrameworkElement
printDialog PrintDialog

Returns

List<PageContent>