Document Class

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Represents a document with individual pages (canvases) that can be displayed on screen and printed.

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

Syntax

C#
public class Document
Visual Basic
Public Class Document
Visual C++
public ref class Document

Remarks

The easiest way to display a document is to use a DocumentViewer.

Inheritance Hierarchy

System..::..Object
  PDFTron.SilverDox.Documents..::..Document

See Also