THotPDF.AutoLaunch-egenskab

 

THotPDF.AutoLaunch

THotPDF

 

Øverst  Forrige  Næste
Placeholder for topic body

Bestemmer, om PDF-dokumentet skal vises automatisk

 

Delphi-syntaks:

property AutoLaunch: Boolean;

 

C++-syntaks:

__property bool AutoLaunch;

 

Sæt AutoLaunch til true for at få vist PDF-dokumentet i standardlæseren efter EndDoc blev kaldt. Sæt AutoLaunch til false, og det oprettede PDF-dokument vil ikke blive vist i standardlæseren

Standardværdi: true;

 

Kodeeksempel

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