Skip to content

Commit c49a001

Browse files
committed
updated the source code
1 parent 5a37599 commit c49a001

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Text/Saving-and-Restoring-the-PdfGraphics/.NET/Saving-and-Restoring-the-PdfGraphics/Saving-and-Restoring-the-PdfGraphics

Text/Saving-and-Restoring-the-PdfGraphics/.NET/Saving-and-Restoring-the-PdfGraphics/Saving-and-Restoring-the-PdfGraphics/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
//Save the PDF document to file stream.
2626
pdfDocument.Save(outputFileStream);
2727
}
28-
pdfDocument.Close(true);
28+
2929
}

0 commit comments

Comments
 (0)