Document Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
The Document that is currently being displayed by the viewer.

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

Syntax

C#
public Document Document { get; private set; }
Visual Basic
Public Property Document As Document
	Get
	Private Set
Visual C++
public:
property Document^ Document {
	Document^ get ();
	private: void set (Document^ value);
}

See Also