|
THotPDF.Subject
|
先頭 前へ 次へ |
|
Determines information about the subject of the document.
Delphi syntax: property Subject: AnsiString;
C++ syntax: __property AnsiString Subject;
説明 PDF document には document title、author、subject などの general information を含めることができます。この information は external databases で documents を cataloguing および searching するために役立ちます
Code Example
関連項目: Author, Keywords, ShowInfo, Title
|