Click or drag to resize
CanvasPrintDocument Constructor
Initializes a new instance of the CanvasPrintDocument class using the current shared device.

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

This is the same as calling:

new CanvasPrintDocument(CanvasDevice.GetSharedDevice());

See Also