IPdfDocumentDelegate Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Interfaz que representa los métodos necesarios (si los hay) del protocolo PdfDocumentDelegate.
[Foundation.Protocol(Name="PDFDocumentDelegate", WrapperType=typeof(PdfKit.PdfDocumentDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IPdfDocumentDelegate : IDisposable, ObjCRuntime.INativeObject
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[Foundation.Protocol(FormalSince="10.13", Name="PDFDocumentDelegate", WrapperType=typeof(PdfKit.PdfDocumentDelegateWrapper))]
public interface IPdfDocumentDelegate : IDisposable, ObjCRuntime.INativeObject
type IPdfDocumentDelegate = interface
interface INativeObject
interface IDisposable
- Derivado
- Atributos
- Implementaciones
Comentarios
Esta interfaz contiene los métodos necesarios (si los hay) del protocolo definido por PdfDocumentDelegate.
Si los desarrolladores crean clases que implementan esta interfaz, los métodos de implementación se exportarán automáticamente a Objective-C con la firma coincidente del método definido en el PdfDocumentDelegate protocolo.
La clase proporciona PdfDocumentDelegate_Extensions métodos opcionales (si los hay) como métodos de extensión a la interfaz, lo que permite a los desarrolladores invocar cualquier método opcional en el protocolo.
Propiedades
Handle |
Identificador (puntero) a la representación del objeto no administrado. (Heredado de INativeObject) |
Métodos de extensión
ClassForAnnotationClass(IPdfDocumentDelegate, Class) |
Interfaz que representa los métodos necesarios (si los hay) del protocolo PdfDocumentDelegate. |
DidBeginDocumentFind(IPdfDocumentDelegate, NSNotification) |
Interfaz que representa los métodos necesarios (si los hay) del protocolo PdfDocumentDelegate. |
DidMatchString(IPdfDocumentDelegate, PdfSelection) |
Interfaz que representa los métodos necesarios (si los hay) del protocolo PdfDocumentDelegate. |
DidUnlock(IPdfDocumentDelegate, NSNotification) |
Interfaz que representa los métodos necesarios (si los hay) del protocolo PdfDocumentDelegate. |
FindFinished(IPdfDocumentDelegate, NSNotification) |
Interfaz que representa los métodos necesarios (si los hay) del protocolo PdfDocumentDelegate. |
GetClassForAnnotationType(IPdfDocumentDelegate, String) |
Interfaz que representa los métodos necesarios (si los hay) del protocolo PdfDocumentDelegate. |
GetClassForPage(IPdfDocumentDelegate) |
Interfaz que representa los métodos necesarios (si los hay) del protocolo PdfDocumentDelegate. |
MatchFound(IPdfDocumentDelegate, NSNotification) |
Interfaz que representa los métodos necesarios (si los hay) del protocolo PdfDocumentDelegate. |
PageFindFinished(IPdfDocumentDelegate, NSNotification) |
Interfaz que representa los métodos necesarios (si los hay) del protocolo PdfDocumentDelegate. |
PageFindStarted(IPdfDocumentDelegate, NSNotification) |
Interfaz que representa los métodos necesarios (si los hay) del protocolo PdfDocumentDelegate. |