Show / Hide Table of Contents

Class PTPageCropViewController

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

Constructors

PTPageCropViewController(NSCoder)

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

PTPageCropViewController(NSObjectFlag)

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

PTPageCropViewController(PTPDFViewCtrl)

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

PTPageCropViewController(PTToolManager)

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

PTPageCropViewController(IntPtr)

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

Properties

ClassHandle

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

Delegate

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

PdfViewCtrl

Declaration
public virtual PTPDFViewCtrl PdfViewCtrl { get; }
Property Value
Type Description
PTPDFViewCtrl

ShouldExport

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

ToolManager

Declaration
public virtual PTToolManager ToolManager { get; }
Property Value
Type Description
PTToolManager

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
Back to top Generated by DocFX