SetSubject(szSubject as String) as Boolean
Description
Sets the subject field in the PDF file. The SetSubject function must be called before the CreatePDF, or the CreatePDFInMemory function
Parameters
String |
szSubject |
The new subject field of the PDF file |
Return values
TRUE on success, FALSE if any error occurred. Call GetLastPDFError() for the error code.