Show / Hide Table of Contents

Class HandleFileSelected

Inheritance
System.Object
HandleFileSelected
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public sealed class HandleFileSelected : MulticastDelegate

Constructors

HandleFileSelected(Object, IntPtr)

Declaration
public HandleFileSelected(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(PTToolManager, String, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(PTToolManager toolManager, string filePath, AsyncCallback callback, object object)
Parameters
Type Name Description
PTToolManager toolManager
System.String filePath
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual bool EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result
Returns
Type Description
System.Boolean

Invoke(PTToolManager, String)

Declaration
public virtual bool Invoke(PTToolManager toolManager, string filePath)
Parameters
Type Name Description
PTToolManager toolManager
System.String filePath
Returns
Type Description
System.Boolean
Back to top Generated by DocFX