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