Show / Hide Table of Contents

Class PTDocumentControllerDelegate

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

Constructors

PTDocumentControllerDelegate()

Declaration
public PTDocumentControllerDelegate()

PTDocumentControllerDelegate(NSObjectFlag)

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

PTDocumentControllerDelegate(IntPtr)

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

Methods

DestinationURLForDocumentAtURL(PTDocumentController, NSUrl)

Declaration
public virtual NSUrl DestinationURLForDocumentAtURL(PTDocumentController documentController, NSUrl sourceUrl)
Parameters
Type Name Description
PTDocumentController documentController
Foundation.NSUrl sourceUrl
Returns
Type Description
Foundation.NSUrl

DidBecomeInvalid(PTDocumentController)

Declaration
public virtual void DidBecomeInvalid(PTDocumentController documentController)
Parameters
Type Name Description
PTDocumentController documentController

DidDismissLeadingPanelViewController(PTDocumentController, UIViewController)

Declaration
public virtual void DidDismissLeadingPanelViewController(PTDocumentController documentController, UIViewController viewController)
Parameters
Type Name Description
PTDocumentController documentController
UIKit.UIViewController viewController

DidFailSavingDocument(PTDocumentController, PTPDFDoc, NSError)

Declaration
public virtual void DidFailSavingDocument(PTDocumentController documentController, PTPDFDoc pdfDoc, NSError error)
Parameters
Type Name Description
PTDocumentController documentController
PTPDFDoc pdfDoc
Foundation.NSError error

DidFailToOpenDocumentWithError(PTDocumentController, NSError)

Declaration
public virtual void DidFailToOpenDocumentWithError(PTDocumentController documentController, NSError error)
Parameters
Type Name Description
PTDocumentController documentController
Foundation.NSError error

DidOpenDocument(PTDocumentController)

Declaration
public virtual void DidOpenDocument(PTDocumentController documentController)
Parameters
Type Name Description
PTDocumentController documentController

DidSaveDocument(PTDocumentController, PTPDFDoc)

Declaration
public virtual void DidSaveDocument(PTDocumentController documentController, PTPDFDoc pdfDoc)
Parameters
Type Name Description
PTDocumentController documentController
PTPDFDoc pdfDoc

DidShowLeadingPanelViewController(PTDocumentController, UIViewController)

Declaration
public virtual void DidShowLeadingPanelViewController(PTDocumentController documentController, UIViewController viewController)
Parameters
Type Name Description
PTDocumentController documentController
UIKit.UIViewController viewController

DocumentControllerShouldAutomaticallyDismissSearchViewController(PTDocumentController)

Declaration
public virtual bool DocumentControllerShouldAutomaticallyDismissSearchViewController(PTDocumentController documentViewController)
Parameters
Type Name Description
PTDocumentController documentViewController
Returns
Type Description
System.Boolean

ShouldDeleteCachedDocument(PTDocumentController, NSUrl)

Declaration
public virtual bool ShouldDeleteCachedDocument(PTDocumentController documentController, NSUrl cachedDocumentUrl)
Parameters
Type Name Description
PTDocumentController documentController
Foundation.NSUrl cachedDocumentUrl
Returns
Type Description
System.Boolean

ShouldExportCachedDocument(PTDocumentController, NSUrl)

Declaration
public virtual bool ShouldExportCachedDocument(PTDocumentController documentController, NSUrl cachedDocumentUrl)
Parameters
Type Name Description
PTDocumentController documentController
Foundation.NSUrl cachedDocumentUrl
Returns
Type Description
System.Boolean

WillSaveDocument(PTDocumentController, PTPDFDoc)

Declaration
public virtual void WillSaveDocument(PTDocumentController documentController, PTPDFDoc pdfDoc)
Parameters
Type Name Description
PTDocumentController documentController
PTPDFDoc pdfDoc

Implements

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