Skip to content

Commit a67632d

Browse files
authored
Merge pull request #1139 from syncfusion-content/Xamarin-PdfViewer
Note for unsupported popup annotation Icons
2 parents 81b80b3 + aecafd8 commit a67632d

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 default to the *Comment* 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)