Click or drag to resize
CanvasPrintTaskOptionsChangedEventArgs Class
Provides data to the PrintTaskOptionsChanged event.
Inheritance Hierarchy
SystemObject
  Microsoft.Graphics.Canvas.PrintingCanvasPrintTaskOptionsChangedEventArgs

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

The CanvasPrintTaskOptionsChangedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCurrentPreviewPageNumber
Gets the page number of the page that is currently displayed in the print preview.
Public propertyNewPreviewPageNumber
Gets or sets the page number of the page that will be initialled displayed in the print preview.
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