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
)
Public Overrides Sub Close (
completely As Boolean
)
public:
virtual void Close(
bool completely
) override
abstract Close :
completely : bool -> unit
override Close :
completely : bool -> unit
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