Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ProgressEventArgs

    Shows the saving progress of the PDF document.

    Inheritance
    System.Object
    ProgressEventArgs
    Namespace: Syncfusion.Pdf
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public class ProgressEventArgs : Object

    Properties

    Current

    Gets the current element (page) index that just was saved.

    Declaration
    public int Current { get; }
    Property Value
    Type Description
    System.Int32
    Remarks

    The index value increases constantly from 0 to Total.

    Progress

    Gets the progress.

    Declaration
    public float Progress { get; }
    Property Value
    Type Description
    System.Single
    Remarks

    Progress constantly increases from 0.0 to 1.0. 1.0 value means that entire document has been saved.

    Total

    Gets the total number of the elements (pages) that need to be saved.

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