Show / Hide Table of Contents

Class PTPopoverNavigationController

Inheritance
System.Object
PTPopoverNavigationController
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public class PTPopoverNavigationController : UINavigationController

Constructors

PTPopoverNavigationController()

Declaration
public PTPopoverNavigationController()

PTPopoverNavigationController(NSCoder)

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

PTPopoverNavigationController(NSObjectFlag)

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

PTPopoverNavigationController(IntPtr)

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

Properties

ClassHandle

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

PresentationManager

Declaration
public virtual PTHalfModalPresentationManager PresentationManager { get; set; }
Property Value
Type Description
PTHalfModalPresentationManager
Back to top Generated by DocFX