Document Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
The document that is used to determine the location of the text on a page.

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

Syntax

C#
protected virtual Document Document { get; set; }
Visual Basic
Protected Overridable Property Document As Document
	Get
	Set
Visual C++
protected:
virtual property Document^ Document {
	Document^ get ();
	void set (Document^ value);
}

See Also