Show / Hide Table of Contents

Class PTDocumentTabItem

Inheritance
System.Object
PTDocumentTabItem
Implements
Foundation.INSCoding
ObjCRuntime.INativeObject
System.IDisposable
Foundation.INSCopying
Foundation.INSSecureCoding
Namespace: pdftron.PDF.Utils
Assembly: Tools.dll
Syntax
public class PTDocumentTabItem : NSObject, INSCoding, INativeObject, IDisposable, INSCopying, INSSecureCoding

Constructors

PTDocumentTabItem()

Declaration
public PTDocumentTabItem()

PTDocumentTabItem(NSCoder)

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

PTDocumentTabItem(NSObjectFlag)

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

PTDocumentTabItem(NSUrl)

Declaration
public PTDocumentTabItem(NSUrl sourceURL)
Parameters
Type Name Description
Foundation.NSUrl sourceURL

PTDocumentTabItem(PTDocumentTabItem)

Declaration
public PTDocumentTabItem(PTDocumentTabItem item)
Parameters
Type Name Description
PTDocumentTabItem item

PTDocumentTabItem(IntPtr)

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

Properties

ClassHandle

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

DisplayName

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

DocumentURL

Declaration
public virtual NSUrl DocumentURL { get; set; }
Property Value
Type Description
Foundation.NSUrl

HeaderView

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

LastAccessedDate

Declaration
public virtual NSDate LastAccessedDate { get; set; }
Property Value
Type Description
Foundation.NSDate

SourceURL

Declaration
public virtual NSUrl SourceURL { get; set; }
Property Value
Type Description
Foundation.NSUrl

ViewController

Declaration
public virtual PTDocumentBaseViewController ViewController { get; set; }
Property Value
Type Description
PTDocumentBaseViewController

Methods

Copy(NSZone)

Declaration
public virtual NSObject Copy(NSZone zone)
Parameters
Type Name Description
Foundation.NSZone zone
Returns
Type Description
Foundation.NSObject

Dispose(Boolean)

Declaration
protected override void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing

EncodeTo(NSCoder)

Declaration
public virtual void EncodeTo(NSCoder encoder)
Parameters
Type Name Description
Foundation.NSCoder encoder

SetHeaderView(UIView, Boolean)

Declaration
public virtual void SetHeaderView(UIView headerView, bool animated)
Parameters
Type Name Description
UIKit.UIView headerView
System.Boolean animated

Implements

Foundation.INSCoding
ObjCRuntime.INativeObject
System.IDisposable
Foundation.INSCopying
Foundation.INSSecureCoding
Back to top Generated by DocFX