UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PrintProgressEventArgs

    Show / Hide Table of Contents

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved