Class PTPDFLayerViewController
Inheritance
System.Object
PTPDFLayerViewController
Implements
ObjCRuntime.INativeObject
System.IDisposable
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
Properties
ClassHandle
Declaration
public override NativeHandle ClassHandle { get; }
Property Value
Type |
Description |
ObjCRuntime.NativeHandle |
|
Delegate
Declaration
public PTPDFLayerViewControllerDelegate Delegate { get; set; }
Property Value
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
ObjCRuntime.INativeObject
System.IDisposable