Show / Hide Table of Contents

Class PTNoteEditControllerDelegate

Inheritance
System.Object
PTNoteEditControllerDelegate
Implements
IPTNoteEditControllerDelegate
ObjCRuntime.INativeObject
System.IDisposable
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public abstract class PTNoteEditControllerDelegate : NSObject, IPTNoteEditControllerDelegate, INativeObject, IDisposable

Constructors

PTNoteEditControllerDelegate()

Declaration
protected PTNoteEditControllerDelegate()

PTNoteEditControllerDelegate(NSObjectFlag)

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

PTNoteEditControllerDelegate(IntPtr)

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

Methods

NoteEditControllerCancelButtonPressed(PTNoteEditController, Boolean)

Declaration
public abstract void NoteEditControllerCancelButtonPressed(PTNoteEditController noteEditController, bool showSelectionMenu)
Parameters
Type Name Description
PTNoteEditController noteEditController
System.Boolean showSelectionMenu

NoteEditControllerDeleteSelectedAnnotation(PTNoteEditController)

Declaration
public abstract void NoteEditControllerDeleteSelectedAnnotation(PTNoteEditController noteEditController)
Parameters
Type Name Description
PTNoteEditController noteEditController

NoteEditControllerSaveNewNote(PTNoteEditController, String)

Declaration
public abstract void NoteEditControllerSaveNewNote(PTNoteEditController noteEditController, string str)
Parameters
Type Name Description
PTNoteEditController noteEditController
System.String str

NoteEditControllerStyleButtonPressed(PTNoteEditController)

Declaration
public abstract void NoteEditControllerStyleButtonPressed(PTNoteEditController noteEditController)
Parameters
Type Name Description
PTNoteEditController noteEditController

Implements

IPTNoteEditControllerDelegate
ObjCRuntime.INativeObject
System.IDisposable
Back to top Generated by DocFX