SetAuthor

 

SetAuthor(szAuthor as String) as Boolean

 

Description

 

Sets the author field in the PDF file. The SetAuthor function must be called before the CreatePDF, or the CreatePDFInMemory function

 

Parameters

 

String

szAuthor

The new author field of the PDF file

 

Return values

 

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