Show / Hide Table of Contents

Class PTOutlineViewController

Inheritance
System.Object
PTOutlineViewController
Implements
IPTOverridable
ObjCRuntime.INativeObject
System.IDisposable
Namespace: pdftron.PDF.Controls
Assembly: Tools.dll
Syntax
public class PTOutlineViewController : UITableViewController, IPTOverridable, INativeObject, IDisposable

Constructors

PTOutlineViewController()

Declaration
public PTOutlineViewController()

PTOutlineViewController(NSCoder)

Declaration
public PTOutlineViewController(NSCoder coder)
Parameters
Type Name Description
Foundation.NSCoder coder

PTOutlineViewController(NSObjectFlag)

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

PTOutlineViewController(PTPDFViewCtrl)

Declaration
public PTOutlineViewController(PTPDFViewCtrl in_pdfViewCtrl)
Parameters
Type Name Description
PTPDFViewCtrl in_pdfViewCtrl

PTOutlineViewController(PTToolManager)

Declaration
public PTOutlineViewController(PTToolManager toolManager)
Parameters
Type Name Description
PTToolManager toolManager

PTOutlineViewController(IntPtr)

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

Properties

ClassHandle

Declaration
public override IntPtr ClassHandle { get; }
Property Value
Type Description
System.IntPtr

Delegate

Declaration
public PTOutlineViewControllerDelegate Delegate { get; set; }
Property Value
Type Description
PTOutlineViewControllerDelegate

Readonly

Declaration
public virtual bool Readonly { get; set; }
Property Value
Type Description
System.Boolean

WeakDelegate

Declaration
public virtual NSObject WeakDelegate { get; set; }
Property Value
Type Description
Foundation.NSObject

Methods

Dispose(Boolean)

Declaration
protected override void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing

Refresh()

Declaration
public virtual void Refresh()

Events

OutlineViewControllerDidCancel

Declaration
public event EventHandler OutlineViewControllerDidCancel
Event Type
Type Description
System.EventHandler

OutlineViewControllerOutlineSelected

Declaration
public event EventHandler<OutlineViewControllerOutlineSelectedEventArgs> OutlineViewControllerOutlineSelected
Event Type
Type Description
System.EventHandler<OutlineViewControllerOutlineSelectedEventArgs>

Implements

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