Gets the title of this document.

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

Syntax

C#
public string Title { get; private set; }
Visual Basic (Declaration)
Public Property Title As String
Visual C++
public:
property String^ Title {
	String^ get ();
	void set (String^ value);
}

Field Value

The title of this document.

See Also