Show / Hide Table of Contents

Class PTAnnotationViewController

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

Constructors

PTAnnotationViewController()

Declaration
public PTAnnotationViewController()

PTAnnotationViewController(NSCoder)

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

PTAnnotationViewController(NSObjectFlag)

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

PTAnnotationViewController(PTToolManager)

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

PTAnnotationViewController(PTAnnotationManager)

Declaration
public PTAnnotationViewController(PTAnnotationManager annotationManager)
Parameters
Type Name Description
PTAnnotationManager annotationManager

PTAnnotationViewController(IntPtr)

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

PTAnnotationViewController(UITableViewStyle)

Declaration
public PTAnnotationViewController(UITableViewStyle style)
Parameters
Type Name Description
UIKit.UITableViewStyle style

Properties

AnnotationManager

Declaration
public virtual PTAnnotationManager AnnotationManager { get; set; }
Property Value
Type Description
PTAnnotationManager

AnnotationRepliesEnabled

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

AnnotationsHidden

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

ClassHandle

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

Configuration

Declaration
public virtual PTAnnotationViewControllerConfiguration Configuration { get; }
Property Value
Type Description
PTAnnotationViewControllerConfiguration

CreationDateSortMode

Declaration
public virtual PTAnnotationSortMode CreationDateSortMode { get; }
Property Value
Type Description
PTAnnotationSortMode

CurrentSortMode

Declaration
public virtual PTAnnotationSortMode CurrentSortMode { get; set; }
Property Value
Type Description
PTAnnotationSortMode

DefaultConfiguration

Declaration
public static PTAnnotationViewControllerConfiguration DefaultConfiguration { get; }
Property Value
Type Description
PTAnnotationViewControllerConfiguration

Delegate

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

DoneButtonItem

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

EmptyIndicator

Declaration
public virtual PTEmptyTableViewIndicator EmptyIndicator { get; }
Property Value
Type Description
PTEmptyTableViewIndicator

ExcludedAnnotationTypes

Declaration
public virtual NSNumber[] ExcludedAnnotationTypes { get; set; }
Property Value
Type Description
Foundation.NSNumber[]

ModificationDateSortMode

Declaration
public virtual PTAnnotationSortMode ModificationDateSortMode { get; }
Property Value
Type Description
PTAnnotationSortMode

MoreButtonItem

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

MoreMenu

Declaration
public virtual UIMenu MoreMenu { get; }
Property Value
Type Description
UIKit.UIMenu

PageNumberSortMode

Declaration
public virtual PTAnnotationSortMode PageNumberSortMode { get; }
Property Value
Type Description
PTAnnotationSortMode

Readonly

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

SortModes

Declaration
public virtual PTAnnotationSortMode[] SortModes { get; set; }
Property Value
Type Description
PTAnnotationSortMode[]

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

DidSelectAnnotation

Declaration
public event EventHandler<AnnotationViewControllerDidSelectAnnotationEventArgs> DidSelectAnnotation
Event Type
Type Description
System.EventHandler<AnnotationViewControllerDidSelectAnnotationEventArgs>

Implements

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