PdfPageLinkContent


class PdfPageLinkContent


Represents the bounds and link on a page of the PDF document. Weblinks are those links implicitly embedded in PDF pages. Note: Only weblinks that are embedded will be supported. Links encoded as plain text will be returned as part of PdfPageTextContent.

Summary

Public constructors

PdfPageLinkContent(bounds: List<RectF>, uri: Uri)

Public properties

List<RectF>

: Bounds which envelop the URI.

Uri

: Uri embedded in the PDF document.

Public constructors

PdfPageLinkContent

PdfPageLinkContent(bounds: List<RectF>, uri: Uri)
Parameters
bounds: List<RectF>

: Bounds which envelop the URI.

uri: Uri

: Uri embedded in the PDF document.

Public properties

bounds

Added in 1.0.0-alpha10
val boundsList<RectF>

: Bounds which envelop the URI.

uri

Added in 1.0.0-alpha10
val uriUri

: Uri embedded in the PDF document.