SetTitle

 

SetTitle(szTitle as String) as Boolean

 

Description

 

Sets the title of the PDF file. The SetTitle function must be called before the CreatePDF, or the CreatePDFInMemory function

 

Parameters

 

String

szTitle

The new title of the PDF file

 

Return values

 

TRUE on success, FALSE if any error occurred. Call GetLastPDFError() for the error code.