Class PrintProgressEventArgs
Provides the data for PrintProgress event.
Inheritance
System.Object
PrintProgressEventArgs
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public class PrintProgressEventArgs : EventArgs
Properties
PageCount
Gets the total page count of the PDF being printed.
Declaration
public int PageCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
PageIndex
Gets the current page index which is being printed.
Declaration
public int PageIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |