Show / Hide Table of Contents

Class PTDiffViewControllerDelegate

Inheritance
System.Object
PTDiffViewControllerDelegate
Implements
IPTDiffViewControllerDelegate
ObjCRuntime.INativeObject
System.IDisposable
Namespace: pdftron.PDF.Controls
Assembly: Tools.dll
Syntax
public abstract class PTDiffViewControllerDelegate : NSObject, IPTDiffViewControllerDelegate

Constructors

PTDiffViewControllerDelegate()

Declaration
protected PTDiffViewControllerDelegate()

PTDiffViewControllerDelegate(NSObjectFlag)

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

PTDiffViewControllerDelegate(IntPtr)

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

Methods

DidCreateDiffFileAtURL(PTDiffViewController, NSUrl)

Declaration
public abstract void DidCreateDiffFileAtURL(PTDiffViewController diffViewController, NSUrl fileURL)
Parameters
Type Name Description
PTDiffViewController diffViewController
Foundation.NSUrl fileURL

DidFailToCompareDocumentsWithError(PTDiffViewController, NSError)

Declaration
public abstract void DidFailToCompareDocumentsWithError(PTDiffViewController diffViewController, NSError error)
Parameters
Type Name Description
PTDiffViewController diffViewController
Foundation.NSError error

Implements

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