Click or drag to resize
CanvasPreviewEventArgs Class
Provides data to the Preview event.
Inheritance Hierarchy
SystemObject
  Microsoft.Graphics.Canvas.PrintingCanvasPreviewEventArgs

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

The CanvasPreviewEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDrawingSession
Gets the drawing session for use by the Preview event handler.
Public propertyPageNumber
Gets the page number of the page that is being previewed.
Public propertyPrintTaskOptions
Gets the current print task options.
Top
Methods
  NameDescription
Public methodGetDeferral
Allows the app to perform asynchronous operations while processing this event.
Top
See Also