Show / Hide Table of Contents

Delegate PDFViewDownloadDelegate

Download event handling. A delegate that is called during download events triggered by calling OpenURLAsync.

Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public delegate void PDFViewDownloadDelegate(DownloadedType type, int page_num, int obj_num, string msg, object obj);
Parameters
Type Name Description
DownloadedType type
System.Int32 page_num
System.Int32 obj_num
System.String msg
System.Object obj

Constructors

PDFViewDownloadDelegate(Object, IntPtr)

Declaration
public PDFViewDownloadDelegate(object A_0, IntPtr A_1)
Parameters
Type Name Description
System.Object A_0
System.IntPtr A_1

Methods

BeginInvoke(DownloadedType, Int32, Int32, String, Object, AsyncCallback, Object)

Declaration
public IAsyncResult BeginInvoke(DownloadedType type, int page_num, int obj_num, string msg, object obj, AsyncCallback callback, object obj)
Parameters
Type Name Description
DownloadedType type
System.Int32 page_num
System.Int32 obj_num
System.String msg
System.Object obj
System.AsyncCallback callback
System.Object obj
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result

Invoke(DownloadedType, Int32, Int32, String, Object)

Declaration
public void Invoke(DownloadedType type, int page_num, int obj_num, string msg, object obj)
Parameters
Type Name Description
DownloadedType type
System.Int32 page_num
System.Int32 obj_num
System.String msg
System.Object obj
Back to top Generated by DocFX