
Multi-format document-processing component suite for. LinkAnnot.SetBounds(LLeft, LTop, LRight, LBottom) LImageList.Items).YCoordinateScalingFactor LImageList.Items).XCoordinateScalingFactor action to a corresponding URL from the list Sets the URI property of the link annotation Creates a list of image items in a given page LStringLinks.Add('LStringLinks.Add('LStringLinks.Add('// for each page in the document. Sets the properties of the link annotation LinkAnnot := TgtPDFLinkAnnotation.Create LLeft, LRight, LBottom, LTop,LWidth, LHeight: Double Finally, each link annotation is set to a URL that corresponds to the order of the image in the page. We then create a link annotation for each image and set the annotation's rectangle to the dimensions of the image.

Next, we identify where the images are located on the pages.

Here, we assume that each page in the document have the same set of images and that we need to add the URLs in the order we find the images in each page. In this tip, we will show you how to add a set of URLs to images in a PDF document. When images are used as hyperlinks, it adds a small but significant touch of interactivity to PDF documents.
