Package 

Class Link


  • 
    public final class Link
    
                        

    Represents a link in a PDF document.

    • Constructor Detail

      • Link

        Link(RectF bounds, Integer destPageIdx, String uri)
        Parameters:
        bounds - The bounding rectangle of the link.
        destPageIdx - The destination page index, if the link is an internal link.
        uri - The URI of the link, if the link is an external link.