xamarinios
namespace PdfKit
{
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "PDFViewDelegate", WrapperType = typeof(PdfViewDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillClickOnLink", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(PdfView), typeof(NSUrl) }, Selector = "PDFViewWillClickOnLink:withURL:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "PerformFind", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(PdfView) }, Selector = "PDFViewPerformFind:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "PerformGoToPage", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(PdfView) }, Selector = "PDFViewPerformGoToPage:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "OpenPdf", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(PdfView), typeof(PdfActionRemoteGoTo) }, Selector = "PDFViewOpenPDF:forRemoteGoToAction:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "PDFViewParentViewController", IsProperty = true, IsRequired = false, IsStatic = false, Name = "ParentViewController", PropertyType = typeof(UIViewController), Selector = "PDFViewParentViewController")]
public interface IPdfViewDelegate : INativeObject, IDisposable
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |