CloseDocument Method

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Closes the current document leaving a blank viewer.

Namespace: PDFTron.SilverDox.Controls
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public void CloseDocument()
Visual Basic
Public Sub CloseDocument
Visual C++
public:
void CloseDocument()

Remarks

This does not need to be called when switching documents, only if the current document is to be closed and replaced by a blank viewer.

See Also