Skip to content

Commit 2a3c574

Browse files
committed
260184-ug: Removed unwanted changes.
1 parent 9c8dc37 commit 2a3c574

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Document-Processing/PDF/PDF-Library/NET/Working-with-Annotations.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5108,9 +5108,6 @@ using (PdfDocument document = new PdfDocument())
51085108

51095109
// Save the document
51105110
document.Save("Output.pdf");
5111-
5112-
// Close the document
5113-
document.Close(true);
51145111
}
51155112

51165113
{% endhighlight %}
@@ -5149,9 +5146,6 @@ using (PdfDocument document = new PdfDocument())
51495146

51505147
// Save the document
51515148
document.Save("Output.pdf");
5152-
5153-
// Close the document
5154-
document.Close(true);
51555149
}
51565150

51575151
{% endhighlight %}
@@ -5192,9 +5186,6 @@ Using document As New PdfDocument()
51925186

51935187
' Save the document
51945188
document.Save("Output.pdf")
5195-
5196-
' Close the document
5197-
document.Close(True)
51985189
End Using
51995190

52005191
{% endhighlight %}

0 commit comments

Comments
 (0)