THotPDF.Title Property

 

THotPDF.Title

THotPDF

 

Sus  Anterior  Următor

Determines information about the title of the document.

 

Delphi syntax:

property Title: AnsiString;

 

C++ syntax:

__property AnsiString Title;

 

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, Subject