Class PTDiffViewControllerDelegate
Inheritance
System.Object
PTDiffViewControllerDelegate
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
ObjCRuntime.INativeObject
System.IDisposable