THotPDF.Subject Property

 

THotPDF.Subject

THotPDF

 

Sus  Anterior  Următor

Determines information about the subject of the document.

 

Delphi syntax:

property Subject: AnsiString;

 

C++ syntax:

__property AnsiString Subject;

 

Descriere

Un document PDF poate include informații generale precum titlul, autorul și subiectul documentului. Aceste informații sunt destinate să ajute la catalogarea și căutarea documentelor în baze de date externe.

 

Exemplu de cod

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

 

See also: Author, Keywords, ShowInfo, Title