Click or drag to resize

PdfDocument Close Method

Closes the document.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Close()
Remarks
The document is disposed after calling the Close method. So, the document can not be saved if Close method was invoked.
See Also