Show / Hide Table of Contents

Class PTAnnotationViewControllerDelegate

Inheritance
System.Object
PTAnnotationViewControllerDelegate
Namespace: pdftron.PDF.Controls
Assembly: Tools.dll
Syntax
public class PTAnnotationViewControllerDelegate : NSObject

Constructors

PTAnnotationViewControllerDelegate()

Declaration
public PTAnnotationViewControllerDelegate()

PTAnnotationViewControllerDelegate(NSObjectFlag)

Declaration
protected PTAnnotationViewControllerDelegate(NSObjectFlag t)
Parameters
Type Name Description
Foundation.NSObjectFlag t

PTAnnotationViewControllerDelegate(IntPtr)

Declaration
protected PTAnnotationViewControllerDelegate(IntPtr handle)
Parameters
Type Name Description
System.IntPtr handle

Methods

DidSelectAnnotation(PTAnnotationViewController, PTAnnot, Int32)

Declaration
public virtual void DidSelectAnnotation(PTAnnotationViewController annotationViewController, PTAnnot annotation, int pageNumber)
Parameters
Type Name Description
PTAnnotationViewController annotationViewController
PTAnnot annotation
System.Int32 pageNumber
In This Article
Back to top Generated by DocFX