Gets or sets the title.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public string Title { get; set; }
Public Property Title As String Get Set
public: property String^ Title { String^ get (); void set (String^ value); }
member Title : string with get, set