Show / Hide Table of Contents

Class ShouldHandleLinkAnnotation

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

Constructors

ShouldHandleLinkAnnotation(Object, IntPtr)

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

Methods

BeginInvoke(PTToolManager, PTAnnot, PTLinkInfo, nuint, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(PTToolManager toolManager, PTAnnot annotation, PTLinkInfo linkInfo, nuint pageNumber, AsyncCallback callback, object object)
Parameters
Type Name Description
PTToolManager toolManager
PTAnnot annotation
PTLinkInfo linkInfo
System.nuint pageNumber
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, PTAnnot, PTLinkInfo, nuint)

Declaration
public virtual bool Invoke(PTToolManager toolManager, PTAnnot annotation, PTLinkInfo linkInfo, nuint pageNumber)
Parameters
Type Name Description
PTToolManager toolManager
PTAnnot annotation
PTLinkInfo linkInfo
System.nuint pageNumber
Returns
Type Description
System.Boolean
Back to top Generated by DocFX