Click or drag to resize
CanvasPrintDocumentDevice Property
Gets the CanvasDevice that this CanvasPrintDocument uses for drawing.

Namespace:  Microsoft.Graphics.Canvas.Printing
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public CanvasDevice Device { get; }

Property Value

Type: CanvasDevice

Implements

ICanvasResourceCreatorDevice
See Also