Delegate PDFViewDownloadDelegate
Download event handling. A delegate that is called during download events triggered by calling OpenURLAsync.
Assembly: PDFNet.dll
Syntax
public delegate void PDFViewDownloadDelegate(DownloadedType type, int page_num, int obj_num, string msg, object obj)
Parameters
Constructors
PDFViewDownloadDelegate(object, IntPtr)
Declaration
public PDFViewDownloadDelegate(object A_0, IntPtr A_1)
Parameters
Methods
BeginInvoke(DownloadedType, int, int, 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
Returns
EndInvoke(IAsyncResult)
Declaration
public void EndInvoke(IAsyncResult result)
Parameters
Invoke(DownloadedType, int, int, string, object)
Declaration
public void Invoke(DownloadedType type, int page_num, int obj_num, string msg, object obj)
Parameters