|
THotPDF.Keywords
|
先頭 前へ 次へ |
|
Determines information about the person who created the document.
Delphi syntax: property Author: AnsiString;
C++ syntax: __property AnsiString Author;
説明 PDF ドキュメントには、タイトル、作成者、件名などの一般情報を含めることができます。この情報は、外部データベースでのドキュメントのカタログ化と検索を支援するためのものです
Code Example
関連項目: Author, ShowInfo, Subject, Title
|