Destination

A destination defines a particular view of a document, consisting of the following items: - The page of the document that shall be displayed. - The location of the document window on that page. - The magnification (zoom) factor. Destinations may be associated with outline items, link annotations, or actions, including "Go-To actions" or "remote Go-To actions").

Constructors

Link copied to clipboard
constructor(@IntRange(from = 0) pageIndex: Int, type: DestinationType, left: Float, top: Float, width: Float, height: Float, zoom: Float)

Properties

Link copied to clipboard
Link copied to clipboard
val left: Float
Link copied to clipboard
@IntRange(from = 0)
val pageIndex: Int
Link copied to clipboard
val top: Float
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val zoom: Float

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String