ExternalLink


class ExternalLink


Represents an external link on a page of the PDF document. External links typically point to web URLs or other resources that are meant to be handled by external applications (e.g., browsers).

Summary

Public constructors

Public properties

Uri

The Uri extracted from the PDF document, representing the destination of the external link.

Public constructors

ExternalLink

Added in 1.0.0-alpha10
ExternalLink(uri: Uri)
Parameters
uri: Uri

The Uri extracted from the PDF document, representing the destination of the external link.

Public properties

uri

Added in 1.0.0-alpha10
val uriUri

The Uri extracted from the PDF document, representing the destination of the external link.