Show / Hide Table of Contents

Class PTPDFLayerViewController

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

Constructors

PTPDFLayerViewController(NSCoder)

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

PTPDFLayerViewController(NSObjectFlag)

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

PTPDFLayerViewController(NativeHandle)

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

PTPDFLayerViewController(PTPDFViewCtrl)

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

Properties

ClassHandle

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

Delegate

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

SublayersEnabled

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

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

Implements

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