Show / Hide Table of Contents

Class PTNavigationListsViewController

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

Constructors

PTNavigationListsViewController(NSCoder)

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

PTNavigationListsViewController(NSObjectFlag)

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

PTNavigationListsViewController(PTToolManager)

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

PTNavigationListsViewController(IntPtr)

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

Properties

AnnotationViewController

Declaration
public virtual PTAnnotationViewController AnnotationViewController { get; }
Property Value
Type Description
PTAnnotationViewController

BookmarkViewController

Declaration
public virtual PTBookmarkViewController BookmarkViewController { get; }
Property Value
Type Description
PTBookmarkViewController

ClassHandle

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

ListViewControllers

Declaration
public virtual UIViewController[] ListViewControllers { get; set; }
Property Value
Type Description
UIKit.UIViewController[]

OutlineViewController

Declaration
public virtual PTOutlineViewController OutlineViewController { get; }
Property Value
Type Description
PTOutlineViewController

PdfLayerViewController

Declaration
public virtual PTPDFLayerViewController PdfLayerViewController { get; }
Property Value
Type Description
PTPDFLayerViewController

PdfLayerViewControllerVisibility

Declaration
public virtual PTNavigationListsViewControllerVisibility PdfLayerViewControllerVisibility { get; set; }
Property Value
Type Description
PTNavigationListsViewControllerVisibility

SelectedIndex

Declaration
public virtual nuint SelectedIndex { get; set; }
Property Value
Type Description
System.nuint

SelectedViewController

Declaration
public virtual UIViewController SelectedViewController { get; set; }
Property Value
Type Description
UIKit.UIViewController

Methods

AddListViewController(UIViewController)

Declaration
public virtual void AddListViewController(UIViewController listViewController)
Parameters
Type Name Description
UIKit.UIViewController listViewController

Dispose(Boolean)

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

RemoveListViewController(UIViewController)

Declaration
public virtual void RemoveListViewController(UIViewController listViewController)
Parameters
Type Name Description
UIKit.UIViewController listViewController

Implements

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