Show / Hide Table of Contents

Class PTNavigationHistoryManager

Inheritance
System.Object
PTNavigationHistoryManager
Namespace: pdftron.PDF.Utils
Assembly: Tools.dll
Syntax
public class PTNavigationHistoryManager : NSObject

Constructors

PTNavigationHistoryManager(NSObjectFlag)

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

PTNavigationHistoryManager(PTPDFViewCtrl)

Declaration
public PTNavigationHistoryManager(PTPDFViewCtrl pdfViewCtrl)
Parameters
Type Name Description
PTPDFViewCtrl pdfViewCtrl

PTNavigationHistoryManager(IntPtr)

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

Properties

CanGoBack

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

CanGoForward

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

ClassHandle

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

PageLabelManager

Declaration
public virtual PTPageLabelManager PageLabelManager { get; set; }
Property Value
Type Description
PTPageLabelManager

PdfViewCtrl

Declaration
public virtual PTPDFViewCtrl PdfViewCtrl { get; set; }
Property Value
Type Description
PTPDFViewCtrl

State

Declaration
public virtual PTNavigationHistoryState State { get; }
Property Value
Type Description
PTNavigationHistoryState

Methods

ClearNavigationHistory()

Declaration
public virtual void ClearNavigationHistory()

GoBack(NSObject)

Declaration
public virtual void GoBack(NSObject sender)
Parameters
Type Name Description
Foundation.NSObject sender

GoForward(NSObject)

Declaration
public virtual void GoForward(NSObject sender)
Parameters
Type Name Description
Foundation.NSObject sender

RegisterNavigationFromPageNumber(Int32, Int32)

Declaration
public virtual void RegisterNavigationFromPageNumber(int fromPageNumber, int toPageNumber)
Parameters
Type Name Description
System.Int32 fromPageNumber
System.Int32 toPageNumber
Back to top Generated by DocFX