PdfDocumentDelegate_Extensions Class

Definition

Extension methods to the IPdfDocumentDelegate interface to support all the methods from the PdfDocumentDelegate protocol.

public static class PdfDocumentDelegate_Extensions
type PdfDocumentDelegate_Extensions = class
Inheritance
PdfDocumentDelegate_Extensions

Remarks

The extension methods for IPdfDocumentDelegate allow developers to treat instances of the interface as having all the optional methods of the original PdfDocumentDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

ClassForAnnotationClass(IPdfDocumentDelegate, Class)
DidBeginDocumentFind(IPdfDocumentDelegate, NSNotification)
DidMatchString(IPdfDocumentDelegate, PdfSelection)
DidUnlock(IPdfDocumentDelegate, NSNotification)
FindFinished(IPdfDocumentDelegate, NSNotification)
GetClassForAnnotationType(IPdfDocumentDelegate, String)
GetClassForPage(IPdfDocumentDelegate)
MatchFound(IPdfDocumentDelegate, NSNotification)
PageFindFinished(IPdfDocumentDelegate, NSNotification)
PageFindStarted(IPdfDocumentDelegate, NSNotification)

Applies to