Show / Hide Table of Contents

Delegate PDFViewAnnotationEditPermissionDelegate

Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public delegate bool PDFViewAnnotationEditPermissionDelegate(Annot annot, object obj);
Parameters
Type Name Description
Annot annot
System.Object obj
Returns
Type Description
System.Boolean

Constructors

PDFViewAnnotationEditPermissionDelegate(Object, IntPtr)

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

Methods

BeginInvoke(Annot, Object, AsyncCallback, Object)

Declaration
public IAsyncResult BeginInvoke(Annot annot, object obj, AsyncCallback callback, object obj)
Parameters
Type Name Description
Annot annot
System.Object obj
System.AsyncCallback callback
System.Object obj
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

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

Invoke(Annot, Object)

Declaration
public bool Invoke(Annot annot, object obj)
Parameters
Type Name Description
Annot annot
System.Object obj
Returns
Type Description
System.Boolean
Back to top Generated by DocFX