xamarinmac
namespace PdfKit
{
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Protocol(FormalSince = "10.13", Name = "PDFDocumentDelegate", WrapperType = typeof(PdfDocumentDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetClassForPage", ReturnType = typeof(Class), Selector = "classForPage")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidUnlock", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSNotification) }, Selector = "documentDidUnlock:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidBeginDocumentFind", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSNotification) }, Selector = "documentDidBeginDocumentFind:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidMatchString", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(PdfSelection) }, Selector = "didMatchString:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "FindFinished", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSNotification) }, Selector = "documentDidEndDocumentFind:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "PageFindStarted", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSNotification) }, Selector = "documentDidBeginPageFind:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "PageFindFinished", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSNotification) }, Selector = "documentDidEndPageFind:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "MatchFound", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSNotification) }, Selector = "documentDidFindMatch:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetClassForAnnotationType", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(string) }, ReturnType = typeof(Class), Selector = "classForAnnotationType:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ClassForAnnotationClass", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(Class) }, ReturnType = typeof(Class), Selector = "classForAnnotationClass:")]
public interface IPdfDocumentDelegate : INativeObject, IDisposable
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |