THotPDF.Author-ominaisuus

THotPDF.Author

THotPDF

Ylös Edellinen Seuraava

Määrittää tiedot asiakirjan luoneesta henkilöstä

Delphi syntax:

property Author: AnsiString;

C++ syntax:

__property AnsiString Author;

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