Show / Hide Table of Contents

Class PTDiffViewController

Inheritance
System.Object
PTDiffViewController
Namespace: pdftron.PDF.Controls
Assembly: Tools.dll
Syntax
public class PTDiffViewController : UIViewController

Constructors

PTDiffViewController()

Declaration
public PTDiffViewController()

PTDiffViewController(NSCoder)

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

PTDiffViewController(NSObjectFlag)

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

PTDiffViewController(NativeHandle)

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

PTDiffViewController(PTPDFDoc, PTPDFDoc)

Declaration
public PTDiffViewController(PTPDFDoc firstDocument, PTPDFDoc secondDocument)
Parameters
Type Name Description
PTPDFDoc firstDocument
PTPDFDoc secondDocument

PTDiffViewController(PTPDFDoc, PTPDFDoc, UIColor, UIColor)

Declaration
public PTDiffViewController(PTPDFDoc firstDocument, PTPDFDoc secondDocument, UIColor firstDocumentColor, UIColor secondDocumentColor)
Parameters
Type Name Description
PTPDFDoc firstDocument
PTPDFDoc secondDocument
UIKit.UIColor firstDocumentColor
UIKit.UIColor secondDocumentColor

Properties

BlendMode

Declaration
public virtual PTBlendMode BlendMode { get; set; }
Property Value
Type Description
PTBlendMode

ClassHandle

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

Delegate

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

FirstDocument

Declaration
public virtual PTPDFDoc FirstDocument { get; set; }
Property Value
Type Description
PTPDFDoc

FirstDocumentColor

Declaration
public virtual UIColor FirstDocumentColor { get; set; }
Property Value
Type Description
UIKit.UIColor

SecondDocument

Declaration
public virtual PTPDFDoc SecondDocument { get; set; }
Property Value
Type Description
PTPDFDoc

SecondDocumentColor

Declaration
public virtual UIColor SecondDocumentColor { get; set; }
Property Value
Type Description
UIKit.UIColor

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

Events

DidCreateDiffFileAtURL

Declaration
public event EventHandler<DidCreateDiffFileEventArgs> DidCreateDiffFileAtURL
Event Type
Type Description
System.EventHandler<DidCreateDiffFileEventArgs>

DidFailToCompareDocumentsWithError

Declaration
public event EventHandler<DidFailToCompareDocumentsEventArgs> DidFailToCompareDocumentsWithError
Event Type
Type Description
System.EventHandler<DidFailToCompareDocumentsEventArgs>
In This Article
Back to top Generated by DocFX