Show / Hide Table of Contents

Class PTThumbnailsViewController

Inheritance
System.Object
PTThumbnailsViewController
Implements
UIKit.IUICollectionViewDataSource
UIKit.IUICollectionViewDelegate
UIKit.IUIScrollViewDelegate
UIKit.IUICollectionViewDelegateFlowLayout
IPTOverridable
ObjCRuntime.INativeObject
System.IDisposable
Namespace: pdftron.PDF.Controls
Assembly: Tools.dll
Syntax
public class PTThumbnailsViewController : UIViewController, IUICollectionViewDataSource, IUICollectionViewDelegate, IUIScrollViewDelegate, IUICollectionViewDelegateFlowLayout, IPTOverridable, INativeObject, IDisposable

Constructors

PTThumbnailsViewController()

Declaration
public PTThumbnailsViewController()

PTThumbnailsViewController(NSCoder)

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

PTThumbnailsViewController(NSObjectFlag)

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

PTThumbnailsViewController(PTPDFViewCtrl)

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

PTThumbnailsViewController(PTToolManager)

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

PTThumbnailsViewController(IntPtr)

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

Properties

AddPagesEnabled

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

AddPagesViewController

Declaration
public virtual PTAddPagesViewController AddPagesViewController { get; set; }
Property Value
Type Description
PTAddPagesViewController

ClassHandle

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

CollectionView

Declaration
public virtual UICollectionView CollectionView { get; }
Property Value
Type Description
UIKit.UICollectionView

DeletePagesEnabled

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

DuplicatePagesEnabled

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

EditingEnabled

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

EditingSupported

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

ExportPagesEnabled

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

FilterMode

Declaration
public virtual string FilterMode { get; set; }
Property Value
Type Description
System.String

FilterModes

Declaration
public virtual NSOrderedSet<NSString> FilterModes { get; set; }
Property Value
Type Description
Foundation.NSOrderedSet<Foundation.NSString>

RotatePagesEnabled

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

Methods

GetCell(UICollectionView, NSIndexPath)

Declaration
public virtual UICollectionViewCell GetCell(UICollectionView collectionView, NSIndexPath indexPath)
Parameters
Type Name Description
UIKit.UICollectionView collectionView
Foundation.NSIndexPath indexPath
Returns
Type Description
UIKit.UICollectionViewCell

GetItemsCount(UICollectionView, nint)

Declaration
public virtual nint GetItemsCount(UICollectionView collectionView, nint section)
Parameters
Type Name Description
UIKit.UICollectionView collectionView
System.nint section
Returns
Type Description
System.nint

RotatePagesClockwise()

Declaration
public virtual void RotatePagesClockwise()

RotatePagesCounterClockwise()

Declaration
public virtual void RotatePagesCounterClockwise()

SetThumbnail(UIImage, nint)

Declaration
public virtual void SetThumbnail(UIImage image, nint pageNum)
Parameters
Type Name Description
UIKit.UIImage image
System.nint pageNum

Implements

UIKit.IUICollectionViewDataSource
UIKit.IUICollectionViewDelegate
UIKit.IUIScrollViewDelegate
UIKit.IUICollectionViewDelegateFlowLayout
IPTOverridable
ObjCRuntime.INativeObject
System.IDisposable
Back to top Generated by DocFX