Gets the document information.

Namespace: TallComponents.Web.Pdf
Assembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0

Syntax

C#
public DocumentInfo DocumentInfo { get; }
Visual Basic
Public ReadOnly Property DocumentInfo As DocumentInfo
	Get
Visual C++
public:
property DocumentInfo^ DocumentInfo {
	DocumentInfo^ get ();
}

Field Value

The document information.

See Also