PdfPageGotoLinkContent


class PdfPageGotoLinkContent


Represents the content associated with a goto link on a page in the PDF document. Goto Link is an internal navigation link which directs the user to a different location within the same pdf document

Summary

Nested types

Creates a new instance of PdfPageGotoLinkContent.Destination using the page number, x coordinate, and y coordinate of the destination where goto link is directing, and the zoom factor of the page when goto link takes to the destination

Public constructors

PdfPageGotoLinkContent(
    bounds: List<RectF>,
    destination: PdfPageGotoLinkContent.Destination
)

Public properties

List<RectF>

: Bounds which envelop the goto link

PdfPageGotoLinkContent.Destination

: Destination where the goto link is directing

Public constructors

PdfPageGotoLinkContent

PdfPageGotoLinkContent(
    bounds: List<RectF>,
    destination: PdfPageGotoLinkContent.Destination
)
Parameters
bounds: List<RectF>

: Bounds which envelop the goto link

destination: PdfPageGotoLinkContent.Destination

: Destination where the goto link is directing

Public properties

bounds

Added in 1.0.0-alpha10
val boundsList<RectF>

: Bounds which envelop the goto link

destination

Added in 1.0.0-alpha10
val destinationPdfPageGotoLinkContent.Destination

: Destination where the goto link is directing