HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THotPDF.Title
|
Top Previous Next |
|
Determines information about the title of the document.
Delphi syntax: property Title: AnsiString;
C++ syntax: __property AnsiString Title;
Description A PDF document may include general information such as the document's title, author, and subject. This information is intended to assist in cataloguing and searching for documents in external databases.
Code Example
See also: Author, Keywords, ShowInfo, Subject
|