THotPDF.Subject-ominaisuus

THotPDF.Subject

THotPDF

Ylös Edellinen Seuraava

Määrittää tiedot asiakirjan aiheesta

Delphi syntax:

property Subject: AnsiString;

C++ syntax:

__property AnsiString Subject;

Kuvaus

PDF-dokumentti voi sisältää yleisiä tietoja, kuten dokumentin otsikon, tekijän ja aiheen. Nämä tiedot on tarkoitettu auttamaan dokumenttien luetteloinnissa ja hakemisessa ulkoisista tietokannoista

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

Katso myös: Author, Keywords, ShowInfo, Title