Skip to content

Commit 853b482

Browse files
committed
Note for unsupported popup annotation Icon
1 parent 81b80b3 commit 853b482

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Xamarin/Pdf-Viewer/Popup-Annotation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ pdfViewer.AnnotationSettings.Popup.Icon = PopupIcon.Note;
222222
{% endhighlight %}
223223
{% endtabs %}
224224

225+
N>Unsupported popup annotation icons will be rendered as the NewParagraph icon.
226+
225227
### Changing the properties of a selected popup
226228

227229
You can change the properties of the selected annotation by casting the sender parameter of the `PopupAnnotationSelected` event handler to `PopupAnnotation` and modify its properties. The following code example shows how to change the properties.

0 commit comments

Comments
 (0)