Click or drag to resize
Pdf Library for .NET

PdfDocumentClose Method

Closes the current pdf document.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public void Close()
Remarks
Calling this method will release all the resources allocated by the pdf document.

Important note Important
Always call this method after the document was saved.

Note Note
If the document was created from a stream, the stream will be closed if it was not explicitly detached by calling the DetachStream before the document is closed.
See Also