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