Skip to content

Commit 3091625

Browse files
Removed unwanted changes
1 parent e2ca1ea commit 3091625

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Document-Processing/PDF/PDF-Viewer/maui/Annotations-Comment.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,6 @@ The following image represents how to add the comments using the toolbar on the
4545

4646
The 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
6549
Follow these steps to add comments or replies :
6650
1. Select the annotation in the PDF document and open the comment panel.

0 commit comments

Comments
 (0)