setcreator.htm 891 B

1234567891011121314151617181920212223242526272829
  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>SetCreator</TITLE>
  6. <LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css">
  7. </HEAD>
  8. <BODY>
  9. <H2>SetCreator</H2>
  10. <TT>SetCreator(<B>string</B> creator)</TT>
  11. <H4 CLASS='st'>Version</H4>
  12. 1.2
  13. <H4 CLASS='st'>Description</H4>
  14. Defines the creator of the document. This is typically the name of the application that
  15. generates the PDF.
  16. <H4 CLASS='st'>Parameters</H4>
  17. <TT><U>creator</U></TT>
  18. <BLOCKQUOTE>
  19. The name of the creator.
  20. </BLOCKQUOTE>
  21. <H4 CLASS='st'>See also</H4>
  22. <A HREF="setauthor.htm">SetAuthor()</A>,
  23. <A HREF="setkeywords.htm">SetKeywords()</A>,
  24. <A HREF="setsubject.htm">SetSubject()</A>,
  25. <A HREF="settitle.htm">SetTitle()</A>.
  26. <HR STYLE="margin-top:1.2em">
  27. <DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV>
  28. </BODY>
  29. </HTML>