Show / Hide Table of Contents

Class PTAnnotStyleViewControllerDelegate

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

Constructors

PTAnnotStyleViewControllerDelegate()

Declaration
protected PTAnnotStyleViewControllerDelegate()

PTAnnotStyleViewControllerDelegate(NSObjectFlag)

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

PTAnnotStyleViewControllerDelegate(IntPtr)

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

Methods

DidChangeStyle(PTAnnotStyleViewController, PTAnnotStyle)

Declaration
public virtual void DidChangeStyle(PTAnnotStyleViewController annotStyleViewController, PTAnnotStyle annotStyle)
Parameters
Type Name Description
PTAnnotStyleViewController annotStyleViewController
PTAnnotStyle annotStyle

DidCommitStyle(PTAnnotStyleViewController, PTAnnotStyle)

Declaration
public abstract void DidCommitStyle(PTAnnotStyleViewController annotStyleViewController, PTAnnotStyle annotStyle)
Parameters
Type Name Description
PTAnnotStyleViewController annotStyleViewController
PTAnnotStyle annotStyle

Implements

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