Gjsify LogoGjsify Logo

Data structure for holding a destination

Note that named_dest is the string representation of the named destination. This is the right form to pass to poppler functions, e.g. poppler_document_find_dest(), but to get the destination as it appears in the PDF itself, you need to convert it to a bytestring with poppler_named_dest_to_bytestring() first. Also note that named_dest does not have a defined encoding and is not in a form suitable to be displayed to the user.

record

Hierarchy

  • Dest

Index

Constructors

Properties

bottom: number

bottom coordinate

field
change_left: number

whether left coordinate should be changed

field
change_top: number

whether top coordinate should be changed

field
change_zoom: number

whether scale factor should be changed

field
left: number

left coordinate

field
named_dest: string

name of the destination (#POPPLER_DEST_NAMED only)

field
page_num: number

page number

field
right: number

right coordinate

field
top: number

top coordinate

field
type: DestType

type of destination

field
zoom: number

scale factor

field
name: string

Methods

  • free(): void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method