Show / Hide Table of Contents

Class PDFViewCtrl.DocumentDownloadedEventArgs

Inheritance
System.Object
System.EventArgs
PDFViewCtrl.DocumentDownloadedEventArgs
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 DocumentDownloadedEventArgs : EventArgs

Constructors

DocumentDownloadedEventArgs(PDFViewCtrl.DownloadState, Int32, Int32, Int32, String)

Declaration
public DocumentDownloadedEventArgs(PDFViewCtrl.DownloadState state, int pageNum, int pageDownloaded, int pageCount, string message)
Parameters
Type Name Description
PDFViewCtrl.DownloadState state
System.Int32 pageNum
System.Int32 pageDownloaded
System.Int32 pageCount
System.String message

Properties

Message

Declaration
public string Message { get; }
Property Value
Type Description
System.String

PageCount

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

PageDownloaded

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

PageNum

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

State

Declaration
public PDFViewCtrl.DownloadState State { get; }
Property Value
Type Description
PDFViewCtrl.DownloadState
In This Article
Back to top Generated by DocFX