File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Document-Processing/PDF/PDF-Library/NET Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff 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)
51985189End Using
51995190
52005191{% endhighlight %}
You can’t perform that action at this time.
0 commit comments