Show / Hide Table of Contents

Class PTTabbedDocumentViewControllerDelegate

Inheritance
System.Object
PTTabbedDocumentViewControllerDelegate
Implements
IPTTabbedDocumentViewControllerDelegate
ObjCRuntime.INativeObject
System.IDisposable
Namespace: pdftron.PDF.Controls
Assembly: Tools.dll
Syntax
public class PTTabbedDocumentViewControllerDelegate : NSObject, IPTTabbedDocumentViewControllerDelegate

Constructors

PTTabbedDocumentViewControllerDelegate()

Declaration
public PTTabbedDocumentViewControllerDelegate()

PTTabbedDocumentViewControllerDelegate(NSObjectFlag)

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

PTTabbedDocumentViewControllerDelegate(NativeHandle)

Declaration
protected PTTabbedDocumentViewControllerDelegate(NativeHandle handle)
Parameters
Type Name Description
ObjCRuntime.NativeHandle handle

Methods

CreateViewController(PTTabbedDocumentViewController, NSUrl)

Declaration
public virtual PTDocumentBaseViewController CreateViewController(PTTabbedDocumentViewController tabbedDocumentViewController, NSUrl url)
Parameters
Type Name Description
PTTabbedDocumentViewController tabbedDocumentViewController
Foundation.NSUrl url
Returns
Type Description
PTDocumentBaseViewController

ShouldHideTabBar(PTTabbedDocumentViewController, UITraitCollection)

Declaration
public virtual bool ShouldHideTabBar(PTTabbedDocumentViewController tabbedDocumentViewController, UITraitCollection traitCollection)
Parameters
Type Name Description
PTTabbedDocumentViewController tabbedDocumentViewController
UIKit.UITraitCollection traitCollection
Returns
Type Description
System.Boolean

WillAddDocumentViewController(PTTabbedDocumentViewController, PTDocumentBaseViewController)

Declaration
public virtual void WillAddDocumentViewController(PTTabbedDocumentViewController tabbedDocumentViewController, PTDocumentBaseViewController documentViewController)
Parameters
Type Name Description
PTTabbedDocumentViewController tabbedDocumentViewController
PTDocumentBaseViewController documentViewController

WillRemoveTabAtIndex(PTTabbedDocumentViewController, UIntPtr)

Declaration
public virtual void WillRemoveTabAtIndex(PTTabbedDocumentViewController tabbedDocumentViewController, UIntPtr index)
Parameters
Type Name Description
PTTabbedDocumentViewController tabbedDocumentViewController
System.UIntPtr index

Implements

IPTTabbedDocumentViewControllerDelegate
ObjCRuntime.INativeObject
System.IDisposable
In This Article
Back to top Generated by DocFX