Gets the document information.

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

Syntax

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

Field Value

The document information.

See Also