THotPDF.AutoLaunch Property

 

THotPDF.AutoLaunch

THotPDF

 

Øverst  Forrige  Neste

Angir om PDF-dokumentet skal vises automatisk

 

Delphi syntax:

property AutoLaunch: Boolean;

 

C++ syntax:

__property bool AutoLaunch;

 

Sett AutoLaunch til true for å vise PDF-dokumentet i standardleseren etter at EndDoc er kalt. Sett AutoLaunch til false for at det opprettede PDF-dokumentet ikke skal vises i standardleseren

Default value: 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