Closes the document.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void Close()
Public Sub Close
public:
void Close()
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