Creates the visual that is sent to the printer for the specified fixed page.

Namespace: FirstFloor.Documents.Controls
Assembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
protected virtual UIElement CreatePageVisual(
	FixedPage fixedPage,
	Size maxSize
)
Visual Basic
Protected Overridable Function CreatePageVisual ( _
	fixedPage As FixedPage, _
	maxSize As Size _
) As UIElement
Visual C++
protected:
virtual UIElement^ CreatePageVisual(
	FixedPage^ fixedPage, 
	Size maxSize
)

Parameters

fixedPage
Type: FirstFloor.Documents..::..FixedPage
The fixed page.
maxSize
Type: System.Windows..::..Size
The maximum allowed size.

Return Value

The page visual that is sent to the printer.

See Also