PdfPageGotoLinkContent.Destination


class PdfPageGotoLinkContent.Destination


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

Note: Here (0,0) represents top-left corner of the page.

Summary

Public constructors

Destination(
    pageNumber: Int,
    xCoordinate: Float,
    yCoordinate: Float,
    zoom: Float
)

Public properties

Int

: Page number of the goto link Destination

Float

: X coordinate of the goto link Destination in points (1/ 72")

Float

: Y coordinate of the goto link Destination in points (1/ 72")

Float

: Zoom factor of the page when goto link takes to the destination

Public constructors

Destination

Added in 1.0.0-alpha10
Destination(
    pageNumber: Int,
    xCoordinate: Float,
    yCoordinate: Float,
    zoom: Float
)
Parameters
pageNumber: Int

: Page number of the goto link Destination

xCoordinate: Float

: X coordinate of the goto link Destination in points (1/ 72")

yCoordinate: Float

: Y coordinate of the goto link Destination in points (1/ 72")

zoom: Float

: Zoom factor of the page when goto link takes to the destination

Public properties

pageNumber

Added in 1.0.0-alpha10
val pageNumberInt

: Page number of the goto link Destination

xCoordinate

Added in 1.0.0-alpha10
val xCoordinateFloat

: X coordinate of the goto link Destination in points (1/ 72")

yCoordinate

Added in 1.0.0-alpha10
val yCoordinateFloat

: Y coordinate of the goto link Destination in points (1/ 72")

zoom

Added in 1.0.0-alpha10
val zoomFloat

: Zoom factor of the page when goto link takes to the destination