menu

Document Processing

PrintProgressEventArgs Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    PrintProgressEventArgs Class

    Provides data for 'PrintProgress' event.

    Inheritance
    System.Object
    PrintProgressEventArgs
    Namespace: Syncfusion.Windows.Forms.PdfViewer
    Assembly: Syncfusion.PdfViewer.Windows.dll
    Syntax
    public class PrintProgressEventArgs : EventArgs

    Properties

    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