Click or drag to resize

PdfNewDocument Close Method (Boolean)

Closes the document.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public override void Close(
	bool completely
)

Parameters

completely
Type: System Boolean
if set to true the document should be disposed completely.
Remarks
The document is disposed after calling the Close method. So, the document can not be saved if Close method was invoked.
See Also