Show / Hide Table of Contents

Class PDFViewCtrl.ProgressIndicatorPageVisibilityChangedEventArgs

Inheritance
System.Object
System.EventArgs
PDFViewCtrl.ProgressIndicatorPageVisibilityChangedEventArgs
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: pdftronprivate.PDF
Assembly: PDFNetAndroid.dll
Syntax
public class ProgressIndicatorPageVisibilityChangedEventArgs : EventArgs

Constructors

ProgressIndicatorPageVisibilityChangedEventArgs(Boolean)

Declaration
public ProgressIndicatorPageVisibilityChangedEventArgs(bool isVisible)
Parameters
Type Name Description
System.Boolean isVisible

Properties

IsVisible

Declaration
public bool IsVisible { get; }
Property Value
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX