setkeywords.htm 870 B

12345678910111213141516171819202122232425262728
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
  5. <TITLE>SetKeywords</TITLE>
  6. <LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css">
  7. </HEAD>
  8. <BODY>
  9. <H2>SetKeywords</H2>
  10. <TT>SetKeywords(<B>string</B> keywords)</TT>
  11. <H4 CLASS='st'>Version</H4>
  12. 1.2
  13. <H4 CLASS='st'>Description</H4>
  14. Associates keywords with the document, generally in the form 'keyword1 keyword2 ...'.
  15. <H4 CLASS='st'>Parameters</H4>
  16. <TT><U>keywords</U></TT>
  17. <BLOCKQUOTE>
  18. The list of keywords.
  19. </BLOCKQUOTE>
  20. <H4 CLASS='st'>See also</H4>
  21. <A HREF="setauthor.htm">SetAuthor()</A>,
  22. <A HREF="setcreator.htm">SetCreator()</A>,
  23. <A HREF="setsubject.htm">SetSubject()</A>,
  24. <A HREF="settitle.htm">SetTitle()</A>.
  25. <HR STYLE="margin-top:1.2em">
  26. <DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV>
  27. </BODY>
  28. </HTML>