menu

WPF

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

    Show / Hide Table of Contents

    Class PdfProgressIndicator

    Interaction logic for PdfProgressIndicator.xaml

    Inheritance
    System.Object
    PdfProgressIndicator
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class PdfProgressIndicator : Control

    Constructors

    PdfProgressIndicator()

    Declaration
    public PdfProgressIndicator()

    Fields

    PageBeingInitializedProperty

    Identifies the PageBeingInitialized property.

    Declaration
    public static readonly DependencyProperty PageBeingInitializedProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    PageCountProperty

    Identifies the PageCount property.

    Declaration
    public static readonly DependencyProperty PageCountProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    FillColor

    Gets or Sets the fill Color of loading progress indicator

    Declaration
    public Color FillColor { get; set; }
    Property Value
    Type
    System.Windows.Media.Color

    ForeColor

    Gets or Sets the fore color of loading progress indicator

    Declaration
    public Color ForeColor { get; set; }
    Property Value
    Type
    System.Windows.Media.Color

    InitialLoadingMessage

    Gets or Sets the Message to be displayed while initial loading

    Declaration
    public string InitialLoadingMessage { get; set; }
    Property Value
    Type
    System.String
    Remarks

    sets the loading message in the following format. “Loading message { CurrentPageno } separator {TotalPageCount}”

    PageBeingInitialized

    Gets or Sets the Message to be displayed while loading

    Declaration
    public string PageBeingInitialized { get; set; }
    Property Value
    Type
    System.String

    PageCount

    Gets or Sets the Message to be displayed while loading

    Declaration
    public string PageCount { get; set; }
    Property Value
    Type
    System.String

    SearchProgressMessage

    Gets or Sets the message to be displayed while searching the text

    Declaration
    public string SearchProgressMessage { get; set; }
    Property Value
    Type
    System.String
    Remarks

    sets the search progress message in the following format. “Search progress message {CurrentPageno} separator {TotalPageCount}”

    StrokeColor

    Gets or Sets the stroke color of loading progress indicator

    Declaration
    public Color StrokeColor { get; set; }
    Property Value
    Type
    System.Windows.Media.Color

    Methods

    OnApplyTemplate()

    Overrides the System.Windows.FrameworkElement.OnApplyTemplate method to get invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.

    Declaration
    public override void OnApplyTemplate()

    OnPropertyChanged(PropertyChangedEventArgs)

    Invoked whenever the effective value of any dependency property on this PdfProgressIndicator has been updated.

    Declaration
    public void OnPropertyChanged(PropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.ComponentModel.PropertyChangedEventArgs e

    Event data that will specify the name of the property that changed.

    Events

    PropertyChanged

    Occurs when a property value changes.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler
    Back to top Generated by DocFX
    OSZAR »
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved
    OSZAR »