<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><metahttp-equiv="Content-Type"content="text/html; charset=ISO-8859-1"><title>AddLink</title><linktype="text/css"rel="stylesheet"href="../fpdf.css"></head><body><h1>AddLink</h1><code><b>int</b> AddLink()</code><h2>Description</h2>Creates a new internal link and returns its identifier. An internal link is a clickable areawhich directs to another place within the document.<br>The identifier can then be passed to Cell(), Write(), Image() or Link(). The destination isdefined with SetLink().<h2>See also</h2><ahref="cell.htm">Cell()</a>,<ahref="write.htm">Write()</a>,<ahref="image.htm">Image()</a>,<ahref="link.htm">Link()</a>,<ahref="setlink.htm">SetLink()</a>.<hrstyle="margin-top:1.5em"><divstyle="text-align:center"><ahref="index.htm">Index</a></div></body></html>