Show / Hide Table of Contents

Class PTLinkPopupViewController

Inheritance
System.Object
PTLinkPopupViewController
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public class PTLinkPopupViewController : UIViewController

Constructors

PTLinkPopupViewController()

Declaration
public PTLinkPopupViewController()

PTLinkPopupViewController(NSCoder)

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

PTLinkPopupViewController(NSObjectFlag)

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

PTLinkPopupViewController(IntPtr)

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

Properties

AddLinkAction

Declaration
public virtual Action AddLinkAction { get; set; }
Property Value
Type Description
System.Action

CancelAction

Declaration
public virtual Action CancelAction { get; set; }
Property Value
Type Description
System.Action

ClassHandle

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

Delegate

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

IsLinkToWeb

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

PageNumber

Declaration
public virtual int PageNumber { get; set; }
Property Value
Type Description
System.Int32

TextField

Declaration
public virtual UITextField TextField { get; set; }
Property Value
Type Description
UIKit.UITextField

TotalPageNumber

Declaration
public virtual int TotalPageNumber { get; set; }
Property Value
Type Description
System.Int32

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

LinkToPage()

Declaration
public virtual void LinkToPage()

LinkToWeb()

Declaration
public virtual void LinkToWeb()
Back to top Generated by DocFX