PaginateEventArgs
PaginateEventArgs
PaginateEventArgs
PaginateEventArgs
Class
Definition
public : sealed class PaginateEventArgs : IPaginateEventArgspublic sealed class PaginateEventArgs : IPaginateEventArgsPublic NotInheritable Class PaginateEventArgs Implements IPaginateEventArgs// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Constructors
PaginateEventArgs() PaginateEventArgs() PaginateEventArgs() PaginateEventArgs()
Initializes a new instance of the PaginateEventArgs class.
public : PaginateEventArgs()public PaginateEventArgs()Public Sub New()// This API is not available in Javascript.
Properties
CurrentPreviewPageNumber CurrentPreviewPageNumber CurrentPreviewPageNumber CurrentPreviewPageNumber
Gets the 1-based page number of the current preview page.
public : int CurrentPreviewPageNumber { get; }public int CurrentPreviewPageNumber { get; }Public ReadOnly Property CurrentPreviewPageNumber As int// This API is not available in Javascript.
- Value
- int int int int
The page number.
PrintTaskOptions PrintTaskOptions PrintTaskOptions PrintTaskOptions
Gets the PrintTaskOptions for the pages involved in the event occurrence.
public : PrintTaskOptions PrintTaskOptions { get; }public PrintTaskOptions PrintTaskOptions { get; }Public ReadOnly Property PrintTaskOptions As PrintTaskOptions// This API is not available in Javascript.
An object that manages the options for print tasks.