Show / Hide Table of Contents

Class PTPageIndicatorViewController

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

Constructors

PTPageIndicatorViewController(NSCoder)

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

PTPageIndicatorViewController(NSObjectFlag)

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

PTPageIndicatorViewController(NativeHandle)

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

PTPageIndicatorViewController(PTPDFViewCtrl)

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

PTPageIndicatorViewController(PTToolManager)

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

Properties

BackgroundView

Declaration
public virtual UIView BackgroundView { get; set; }
Property Value
Type Description
UIKit.UIView

ClassHandle

Declaration
public override NativeHandle ClassHandle { get; }
Property Value
Type Description
ObjCRuntime.NativeHandle

Label

Declaration
public virtual UILabel Label { get; }
Property Value
Type Description
UIKit.UILabel

PdfViewCtrl

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

ToolManager

Declaration
public virtual PTToolManager ToolManager { get; }
Property Value
Type Description
PTToolManager

Methods

PresentGoToPageController()

Declaration
public virtual void PresentGoToPageController()

Implements

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