HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THotPDF.ShowInfo
|
Top Previous Next |
|
Determines whether the PDF document is include information.
Delphi syntax: property ShowInfo: Boolean;
C++ syntax: __property bool ShowInfo;
Description Set ShowInfo to true to include general information about a document to document, such as its title, author, creation and modification dates, subject and keywords. Otherwise set set ShowInfo to flase.
Code Example
|