THotPDF.SetLoadedKeywords Method

Sets the Keywords field in the information dictionary of the loaded PDF document to update the document's keyword metadata

Declaration

procedure SetLoadedKeywords(const AKeywords: AnsiString);

Unit

HPDFDoc

Parameters

NamePurpose
AKeywordsThe keyword string to write to the Keywords entry in the document information dictionary; multiple keywords are usually separated by spaces or commas

Usage notes

Related APIs