package camlpdf

  1. Overview
  2. Docs
type targetpage =
  1. | PageObject of int
  2. | OtherDocPageNumber of int
type t =
  1. | NullDestination
  2. | XYZ of targetpage * float option * float option * float option
  3. | Fit of targetpage
  4. | FitH of targetpage * float
  5. | FitV of targetpage * float
  6. | FitR of targetpage * float * float * float * float
  7. | FitB of targetpage
  8. | FitBH of targetpage * float
  9. | FitBV of targetpage * float
val read_destination : Pdf.t -> Pdf.pdfobject -> t
val pdfobject_of_destination : t -> Pdf.pdfobject
val string_of_destination : t -> string
OCaml

Innovation. Community. Security.