THotPDF.Author Property

 

THotPDF.Author

THotPDF

 

ด้านบน  ก่อนหน้า  ถัดไป

กำหนดข้อมูลเกี่ยวกับบุคคลที่สร้างเอกสาร

 

Delphi syntax:

property Author: AnsiString;

 

C++ syntax:

__property AnsiString Author;

 

คำอธิบาย

เอกสาร PDF อาจรวมข้อมูลทั่วไป เช่น ชื่อเรื่อง ผู้สร้าง และหัวข้อของเอกสาร ข้อมูลนี้มีวัตถุประสงค์เพื่อช่วยในการจัดหมวดหมู่และค้นหาเอกสารในฐานข้อมูลภายนอก

 

Code Example

HPDF.Title := 'HotPDF Library Manual';
HPDF.Author := 'LosLab Software Developer';
HPDF.Subject := 'PDF generation component';
HPDF.Keywords := 'PDF, library, component, Delphi';
HPDF.ShowInfo := true;  // Show document properties in PDF viewer

 

ดูเพิ่มเติม: Author, Keywords, ShowInfo, Subject, Title