LinkInfo |
LinkInfo is used for IMGLOW_get_links_for_page
the linkRect values for PDF clients are in default PDF coordinate space where the units are 72 points / inch,
with origin at lower left, y increasing up the page to top right corner
Since PDF links can be page destinations or URIs, either destURI will be null and destPage goes from 0 to maxPages
or destURI will contain the URI destination and destPage will be -1
The PDF implementation only returns valid links; each LinkInfo should have either valid destPage or valid destURI.
|