Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/mk @rolfbjarne

/msbuild @emaf @mauroa @rolfbjarne
/msbuild @mauroa @rolfbjarne

/runtime @rolfbjarne

Expand Down
13 changes: 11 additions & 2 deletions macios/Localize/loc/cs/macios/tools/mtouch/Errors.resx.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -4417,9 +4417,18 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MX2106_E" ItemType="0;.resx" PsrId="211" Leaf="true">
<Item ItemId=";MX2106_E1" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because the more than one method named '{3}' was found in the type '{4}.]]></Val>
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because no method named '{3}' was found in the type '{4}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Nepovedlo se optimalizovat volání BlockLiteral.{2} v {0} s posunem {1}, protože nebyla nalezena žádná metoda s názvem „{3}“ v typu {4}.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MX2106_E2" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because more than one method named '{3}' was found in the type '{4}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Nepovedlo se optimalizovat volání BlockLiteral.{2} v {0} s posunem {1}, protože byla nalezena více než jedna metoda s názvem „{3}“ v typu {4}.]]></Val>
</Tgt>
Expand Down
13 changes: 11 additions & 2 deletions macios/Localize/loc/de/macios/tools/mtouch/Errors.resx.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -4417,9 +4417,18 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MX2106_E" ItemType="0;.resx" PsrId="211" Leaf="true">
<Item ItemId=";MX2106_E1" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because the more than one method named '{3}' was found in the type '{4}.]]></Val>
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because no method named '{3}' was found in the type '{4}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Der Aufruf von BlockLiteral.{2} in {0} bei Offset {1} konnte nicht optimiert werden, da keine Methode mit dem Namen „{3}“ im Typ „{4}“ gefunden wurde.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MX2106_E2" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because more than one method named '{3}' was found in the type '{4}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Der Aufruf von BlockLiteral.{2} in {0} bei Offset {1} konnte nicht optimiert werden, da mehrere Methoden mit dem Namen „{3}“ im Typ „{4}“ gefunden wurden.]]></Val>
</Tgt>
Expand Down
15 changes: 12 additions & 3 deletions macios/Localize/loc/fr/macios/tools/mtouch/Errors.resx.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -4417,11 +4417,20 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MX2106_E" ItemType="0;.resx" PsrId="211" Leaf="true">
<Item ItemId=";MX2106_E1" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because the more than one method named '{3}' was found in the type '{4}.]]></Val>
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because no method named '{3}' was found in the type '{4}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Impossible d’optimiser l’appel à BlockLiteral.{2} dans {0} au décalage {1}, car plusieurs méthodes nommées « {3} » ont été trouvées dans le type « {4} ».]]></Val>
<Val><![CDATA[Impossible d’optimiser l’appel à BlockLiteral.{2} dans {0} au {1} de décalage, car aucune méthode nommée '{3}' n’a été trouvée dans le type '{4}'.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MX2106_E2" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because more than one method named '{3}' was found in the type '{4}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Impossible d’optimiser l’appel à BlockLiteral.{2} dans {0} au {1} de décalage, car plusieurs méthodes nommées «{3}» ont été trouvées dans le type «{4}».]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down
15 changes: 12 additions & 3 deletions macios/Localize/loc/it/macios/tools/mtouch/Errors.resx.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -4417,11 +4417,20 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MX2106_E" ItemType="0;.resx" PsrId="211" Leaf="true">
<Item ItemId=";MX2106_E1" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because the more than one method named '{3}' was found in the type '{4}.]]></Val>
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because no method named '{3}' was found in the type '{4}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Non è stato possibile ottimizzare la chiamata a BlockLiteral.{2} in {0} in corrispondenza dell'offset {1} perché nel tipo '{4}' è stato trovato più di un metodo denominato '{3}'.]]></Val>
<Val><![CDATA[Non è possibile ottimizzare la chiamata a BlockLiteral.{2} in {0} in corrispondenza dell'offset {1} perché nel tipo '{4}' è stato trovato un metodo denominato '{3}'.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MX2106_E2" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because more than one method named '{3}' was found in the type '{4}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Non è possibile ottimizzare la chiamata a BlockLiteral.{2} in {0} in corrispondenza dell'offset {1} perché nel tipo '{4}' è stato trovato più di un metodo denominato '{3}'.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down
15 changes: 12 additions & 3 deletions macios/Localize/loc/ja/macios/tools/mtouch/Errors.resx.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -4417,11 +4417,20 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MX2106_E" ItemType="0;.resx" PsrId="211" Leaf="true">
<Item ItemId=";MX2106_E1" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because the more than one method named '{3}' was found in the type '{4}.]]></Val>
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because no method named '{3}' was found in the type '{4}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[オフセット {1} の {0} で BlockLiteral.{2} への呼び出しを最適化できませんでした。'{3}' という名前のメソッドが型 '{4}' に複数見つかりました。]]></Val>
<Val><![CDATA['{3}' という名前のメソッドが型 '{4}' に見つからなかったため、オフセット {1} の {0} で BlockLiteral.{2} への呼び出しを最適化できませんでした。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MX2106_E2" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because more than one method named '{3}' was found in the type '{4}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['{3}' という名前のメソッドが型 '{4}' に複数見つかったため、オフセット {1} の {0} で BlockLiteral.{2} への呼び出しを最適化できませんでした。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down
13 changes: 11 additions & 2 deletions macios/Localize/loc/ko/macios/tools/mtouch/Errors.resx.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -4417,9 +4417,18 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MX2106_E" ItemType="0;.resx" PsrId="211" Leaf="true">
<Item ItemId=";MX2106_E1" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because the more than one method named '{3}' was found in the type '{4}.]]></Val>
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because no method named '{3}' was found in the type '{4}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['{4}' 형식에 이름이 '{3}'인 메서드가 없어 {1} 오프셋의 {0}에서 BlockLiteral.{2}에 대한 호출을 최적화할 수 없습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MX2106_E2" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because more than one method named '{3}' was found in the type '{4}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['{4}' 형식에 이름이 '{3}'인 메서드가 두 개 이상 있어 {1} 오프셋의 {0}에서 BlockLiteral.{2}에 대한 호출을 최적화할 수 없습니다.]]></Val>
</Tgt>
Expand Down
13 changes: 11 additions & 2 deletions macios/Localize/loc/pl/macios/tools/mtouch/Errors.resx.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -4417,9 +4417,18 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MX2106_E" ItemType="0;.resx" PsrId="211" Leaf="true">
<Item ItemId=";MX2106_E1" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because the more than one method named '{3}' was found in the type '{4}.]]></Val>
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because no method named '{3}' was found in the type '{4}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Nie można zoptymalizować wywołania metody BlockLiteral.{2} w {0} przy przesunięciu {1}, ponieważ nie znaleziono metody o nazwie „{3}” w typie „{4}”.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MX2106_E2" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because more than one method named '{3}' was found in the type '{4}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Nie można zoptymalizować wywołania wyrażenia BlockLiteral.{2} w {0} przy przesunięciu {1}, ponieważ w typie „{4}” znaleziono więcej niż jedną metodę o nazwie „{3}”.]]></Val>
</Tgt>
Expand Down
15 changes: 12 additions & 3 deletions macios/Localize/loc/pt-BR/macios/tools/mtouch/Errors.resx.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -4417,11 +4417,20 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MX2106_E" ItemType="0;.resx" PsrId="211" Leaf="true">
<Item ItemId=";MX2106_E1" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because the more than one method named '{3}' was found in the type '{4}.]]></Val>
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because no method named '{3}' was found in the type '{4}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Não foi possível otimizar a chamada para BlockLiteral.{2} em {0} no deslocamento {1} porque mais de um método chamado '{3}' foi encontrado no tipo '{4}.]]></Val>
<Val><![CDATA[Não foi possível otimizar a chamada para BlockLiteral.{2} em {0} no deslocamento {1} porque nenhum método denominado "{3}" foi encontrado no tipo "{4}".]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MX2106_E2" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because more than one method named '{3}' was found in the type '{4}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Não foi possível otimizar a chamada para BlockLiteral.{2} em {0} no deslocamento {1} porque mais de um método chamado "{3}" foi encontrado no tipo "{4}".]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down
13 changes: 11 additions & 2 deletions macios/Localize/loc/ru/macios/tools/mtouch/Errors.resx.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -4417,9 +4417,18 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MX2106_E" ItemType="0;.resx" PsrId="211" Leaf="true">
<Item ItemId=";MX2106_E1" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because the more than one method named '{3}' was found in the type '{4}.]]></Val>
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because no method named '{3}' was found in the type '{4}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Не удалось оптимизировать вызов BlockLiteral.{2} в {0} со смещением {1}, так как в типе "{4}" не найдено ни одного метода с именем "{3}".]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MX2106_E2" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because more than one method named '{3}' was found in the type '{4}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Не удалось оптимизировать вызов BlockLiteral.{2} в {0} со смещением {1}, так как в типе "{4}" найдено несколько методов с именем "{3}".]]></Val>
</Tgt>
Expand Down
13 changes: 11 additions & 2 deletions macios/Localize/loc/tr/macios/tools/mtouch/Errors.resx.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -4417,9 +4417,18 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MX2106_E" ItemType="0;.resx" PsrId="211" Leaf="true">
<Item ItemId=";MX2106_E1" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because the more than one method named '{3}' was found in the type '{4}.]]></Val>
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because no method named '{3}' was found in the type '{4}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['{4}' türünde '{3}' adlı hiç yöntem bulunamadığından, {0} konumundaki BlockLiteral.{2} çağrısı {1} uzaklığında en iyi duruma getirilemedi.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MX2106_E2" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because more than one method named '{3}' was found in the type '{4}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['{4}' türünde '{3}' adında birden fazla metot bulunduğundan {0} konumundaki BlockLiteral.{2} çağrısı {1} uzaklığında en iyi duruma getirilemedi.]]></Val>
</Tgt>
Expand Down
13 changes: 11 additions & 2 deletions macios/Localize/loc/zh-Hans/macios/tools/mtouch/Errors.resx.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -4417,9 +4417,18 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MX2106_E" ItemType="0;.resx" PsrId="211" Leaf="true">
<Item ItemId=";MX2106_E1" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because the more than one method named '{3}' was found in the type '{4}.]]></Val>
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because no method named '{3}' was found in the type '{4}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[无法优化对 BlockLiteral 的调用。{0} 中的 {2},偏移量为 {1},因为在类型“{4}”中找不到名为“{3}”的方法。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MX2106_E2" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because more than one method named '{3}' was found in the type '{4}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[无法优化对 BlockLiteral 的调用。{0} 中的 {2} 偏移量为 {1},因为在类型“{4}”中找到了多个名为“{3}”的方法。]]></Val>
</Tgt>
Expand Down
13 changes: 11 additions & 2 deletions macios/Localize/loc/zh-Hant/macios/tools/mtouch/Errors.resx.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -4417,9 +4417,18 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MX2106_E" ItemType="0;.resx" PsrId="211" Leaf="true">
<Item ItemId=";MX2106_E1" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because the more than one method named '{3}' was found in the type '{4}.]]></Val>
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because no method named '{3}' was found in the type '{4}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[因為在類型 '{4}' 中未找到名稱為 '{3}' 的方法,所以無法最佳化在位移 {1} 的 {0} 中對 BlockLiteral.{2} 的呼叫。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MX2106_E2" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because more than one method named '{3}' was found in the type '{4}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[因為在類型 '{4}' 中找到一個以上名稱為 '{3}' 的方法,所以無法最佳化在位移 {1} 的 {0} 中對 BlockLiteral.{2} 的呼叫。]]></Val>
</Tgt>
Expand Down
18 changes: 18 additions & 0 deletions src/PdfKit/PdfViewAnnotationHitEventArgs.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
namespace PdfKit;

partial class PdfViewAnnotationHitEventArgs : NSNotificationEventArgs {
// This property needs a manual binding, because it's not using a constant string value,
// it's using a literal string value (as per Apple's documentation).
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public PdfKit.PdfAnnotation? AnnotationHit {
get {
var userinfo = Notification.UserInfo;
if (userinfo is null)
return null;

using var key = new TransientCFString ("PDFAnnotationHit");
var value = userinfo.LowlevelObjectForKey (key);
return Runtime.GetNSObject<PdfKit.PdfAnnotation> (value);
}
}
}
1 change: 1 addition & 0 deletions src/frameworks.sources
Original file line number Diff line number Diff line change
Expand Up @@ -1444,6 +1444,7 @@ PDFKIT_API_SOURCES = \
PDFKIT_SOURCES = \
PdfKit/PdfAnnotation.cs \
PdfKit/PdfKit.cs \
PdfKit/PdfViewAnnotationHitEventArgs.cs \

# Phase

Expand Down
6 changes: 1 addition & 5 deletions src/pdfkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3685,11 +3685,7 @@ interface PdfView :
[NoTV]
[NoMacCatalyst]
interface PdfViewAnnotationHitEventArgs {
/// <summary>Gets the annotation that was hit.</summary>
/// <value>To be added.</value>
/// <remarks>To be added.</remarks>
[Export ("PDFAnnotationHit")]
PdfAnnotation AnnotationHit { get; }
// The 'AnnotationHit' property has manual bindings.
}

interface IPdfViewDelegate { }
Expand Down
Loading
Loading