Click or drag to resize
CanvasPrintEventArgs Class
Provides data to the Print event.
Inheritance Hierarchy
SystemObject
  Microsoft.Graphics.Canvas.PrintingCanvasPrintEventArgs

Namespace:  Microsoft.Graphics.Canvas.Printing
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public sealed class CanvasPrintEventArgs

The CanvasPrintEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDpi
Gets or sets the DPI to be used while printing.
Public propertyPrintTaskOptions
Gets the current print task options.
Top
Methods
  NameDescription
Public methodCreateDrawingSession
Creates a drawing session for drawing the next page to be printed.
Public methodGetDeferral
Allows the app to perform asynchronous operations while processing this event.
Top
See Also