setlink.htm 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  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>SetLink</TITLE>
  6. <LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css">
  7. </HEAD>
  8. <BODY>
  9. <H2>SetLink</H2>
  10. <TT>SetLink(<B>int</B> link [, <B>float</B> y [, <B>int</B> page]])</TT>
  11. <H4 CLASS='st'>Version</H4>
  12. 1.5
  13. <H4 CLASS='st'>Description</H4>
  14. Defines the page and position a link points to.
  15. <H4 CLASS='st'>Parameters</H4>
  16. <TT><U>link</U></TT>
  17. <BLOCKQUOTE>
  18. The link identifier returned by AddLink().
  19. </BLOCKQUOTE>
  20. <TT><U>y</U></TT>
  21. <BLOCKQUOTE>
  22. Ordinate of target position; <TT>-1</TT> indicates the current position.
  23. The default value is <TT>0</TT> (top of page).
  24. </BLOCKQUOTE>
  25. <TT><U>page</U></TT>
  26. <BLOCKQUOTE>
  27. Number of target page; <TT>-1</TT> indicates the current page. This is the default value.
  28. </BLOCKQUOTE>
  29. <H4 CLASS='st'>See also</H4>
  30. <A HREF="addlink.htm">AddLink()</A>.
  31. <HR STYLE="margin-top:1.2em">
  32. <DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV>
  33. </BODY>
  34. </HTML>