Show / Hide Table of Contents

Class ShouldSwitchToTool

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

Constructors

ShouldSwitchToTool(Object, IntPtr)

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

Methods

BeginInvoke(PTToolManager, PTTool, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(PTToolManager toolManager, PTTool tool, AsyncCallback callback, object object)
Parameters
Type Name Description
PTToolManager toolManager
PTTool tool
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, PTTool)

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