|
THotPDF.Subject
|
למעלה הקודם הבא |
|
Determines information about the subject of the document.
Delphi syntax: property Subject: AnsiString;
C++ syntax: __property AnsiString Subject;
תיאור מסמך PDF עשוי לכלול מידע כללי כגון title, author ו-subject של המסמך. מידע זה מיועד לסייע בקטלוג ובחיפוש מסמכים במסדי נתונים חיצוניים
Code Example
See also: Author, Keywords, ShowInfo, Title
|