Show / Hide Table of Contents

Class PTThumbnailSliderViewController

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

Constructors

PTThumbnailSliderViewController()

Declaration
public PTThumbnailSliderViewController()

PTThumbnailSliderViewController(NSCoder)

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

PTThumbnailSliderViewController(NSObjectFlag)

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

PTThumbnailSliderViewController(PTPDFViewCtrl)

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

PTThumbnailSliderViewController(PTToolManager)

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

PTThumbnailSliderViewController(IntPtr)

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

Properties

ClassHandle

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

ContentView

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

Delegate

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

LeadingToolbarItem

Declaration
public virtual UIBarButtonItem LeadingToolbarItem { get; set; }
Property Value
Type Description
UIKit.UIBarButtonItem

LeadingToolbarItems

Declaration
public virtual UIBarButtonItem[] LeadingToolbarItems { get; set; }
Property Value
Type Description
UIKit.UIBarButtonItem[]

PdfViewCtrl

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

Slider

Declaration
public virtual UISlider Slider { get; }
Property Value
Type Description
UIKit.UISlider

ThumbnailSliderView

Declaration
public virtual PTThumbnailSliderView ThumbnailSliderView { get; }
Property Value
Type Description
PTThumbnailSliderView

Toolbar

Declaration
public virtual UIToolbar Toolbar { get; }
Property Value
Type Description
UIKit.UIToolbar

ToolManager

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

Tracking

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

TrailingToolbarItem

Declaration
public virtual UIBarButtonItem TrailingToolbarItem { get; set; }
Property Value
Type Description
UIKit.UIBarButtonItem

TrailingToolbarItems

Declaration
public virtual UIBarButtonItem[] TrailingToolbarItems { get; set; }
Property Value
Type Description
UIKit.UIBarButtonItem[]

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

Events

ThumbnailSliderViewInUse

Declaration
public event EventHandler ThumbnailSliderViewInUse
Event Type
Type Description
System.EventHandler

ThumbnailSliderViewNotInUse

Declaration
public event EventHandler ThumbnailSliderViewNotInUse
Event Type
Type Description
System.EventHandler

Implements

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