menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PrintProgressEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PrintProgressEventArgs

    Provides data for 'PrintProgress' event.

    Inheritance
    System.Object
    System.EventArgs
    PrintProgressEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class PrintProgressEventArgs : EventArgs

    Properties

    Cancel

    Gets the status of print progress whether it is cancelled.

    Declaration
    public bool Cancel { get; }
    Property Value
    Type
    System.Boolean

    PageCount

    Gets the count of total number of pages to be printed.

    Declaration
    public int PageCount { get; }
    Property Value
    Type
    System.Int32

    PageIndex

    Get the current printing page index.

    Declaration
    public int PageIndex { get; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved