module Pdfdest:sig
..end
type
targetpage =
| |
PageObject of |
| |
OtherDocPageNumber of |
type
t =
| |
NullDestination |
| |
XYZ of |
| |
Fit of |
| |
FitH of |
| |
FitV of |
| |
FitR of |
| |
FitB of |
| |
FitBH of |
| |
FitBV of |
val read_destination : Pdf.t -> Pdf.pdfobject -> t
val pdfobject_of_destination : t -> Pdf.pdfobject
Pdf.pdfobject
.