File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Document-Processing/PDF/PDF-Viewer/maui Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -45,22 +45,6 @@ The following image represents how to add the comments using the toolbar on the
4545
4646The following image represents how to add comments using the toolbar on mobile.
4747
48- {% tabs %}
49- {% highlight c# %}
50-
51- ReadOnlyObservableCollection<Annotation > annotations = pdfViewer.Annotations;
52- Annotation annotation = annotations[ 0] ;
53- Comment comment = new Comment()
54- {
55- Text = "First Annotations",
56- Author="User Name",
57- ModifiedDate= DateTime.Now,
58- };
59- annotation.Comments.Add(comment);
60-
61- {% endhighlight %}
62- {% endtabs %}
63-
6448## Adding comments or replies
6549Follow these steps to add comments or replies :
66501 . Select the annotation in the PDF document and open the comment panel.
You can’t perform that action at this time.
0 commit comments