cpdf-source/cpdfpagelabels.mli
John Whitington 6616516f77 more
2021-12-20 09:02:39 +00:00

7 lines
160 B
OCaml

(** {2 Page labels} *)
(** Add page labels. *)
val add_page_labels :
Pdf.t -> bool -> Pdfpagelabels.labelstyle -> string option -> int -> int list -> unit