Click or drag to resize
CanvasPrintDocument Constructor (CanvasDevice)
Initializes a new instance of the CanvasPrintDocument class.

Namespace:  Microsoft.Graphics.Canvas.Printing
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public CanvasPrintDocument(
	CanvasDevice device
)

Parameters

device
Type: Microsoft.Graphics.CanvasCanvasDevice
Remarks

The provided CanvasDevice is used for drawing previews as well as producing the final printed pages.

See Also