print anchor

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
print anchor <anchorName> at <anchorPoint>
Summary

Defines a target for an internal hyperlink within a PDF document.

Introduced4.5
OSmac, windows, linux, ios
Platformsdesktop, mobile
Parameters
NameTypeDescription
anchorName

A label used to identify the anchor

anchorPoint

An x,y coordinate pair

Example
print anchor "section 1.1" at 50,50
print anchor tAnchor at x,y
RelatedCommand: print link, print bookmark, open printing to pdf, cancel printing
Description

Use the print anchor command to define a target for an internal hyperlink within a pdf created using open printing to pdf.

The print anchor command defines a target for an internal hyperlink in a PDF file created using the open printing to pdf command.

The name parameter is a label used to identify the anchor in related print link commands, and anchorPoint is the location on the current page to which any such link should jump.

Tagsprinting