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