Show / Hide Table of Contents

Delegate PDFViewErrorDelegate

Sets the error handling function to be called in case an error is encountered during page rendering.

Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public delegate void PDFViewErrorDelegate(string message, object obj);
Parameters
Type Name Description
System.String message
System.Object obj

Constructors

PDFViewErrorDelegate(Object, IntPtr)

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

Methods

BeginInvoke(String, Object, AsyncCallback, Object)

Declaration
public IAsyncResult BeginInvoke(string message, object obj, AsyncCallback callback, object obj)
Parameters
Type Name Description
System.String message
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(String, Object)

Declaration
public void Invoke(string message, object obj)
Parameters
Type Name Description
System.String message
System.Object obj
Back to top Generated by DocFX