THotPDF.AutoLaunch Property

 

THotPDF.AutoLaunch

THotPDF

 

Topo  Anterior  Próximo

Determina se o documento PDF será mostrado automaticamente.

 

Sintaxe Delphi:

property AutoLaunch: Boolean;

 

Sintaxe C++:

__property bool AutoLaunch;

 

Defina AutoLaunch como true para ver o documento PDF no leitor padrão após EndDoc was called. Set AutoLaunch to false e created  PDF document will not be shown in default  reader.

Valor padrão: 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