THotPDF.AutoLaunch-ominaisuus

THotPDF.AutoLaunch

THotPDF

Ylös Edellinen Seuraava

Määrittää, näytetäänkö PDF-asiakirja automaattisesti

Delphi syntax:

property AutoLaunch: Boolean;

C++ syntax:

__property bool AutoLaunch;

Aseta AutoLaunch-arvoksi true katsellaksesi PDF-dokumenttia oletuslukijassa sen jälkeen, kun metodia EndDoc kutsuttiin. Aseta AutoLaunch-arvoksi false, jolloin luotua PDF-dokumenttia ei näytetä oletuslukijassa

Default value: true;

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