module Pdfpaper:sig..end
Media Sizes
type t 
A paper size consists of its unit, width and height.
val make : Pdfunits.t -> float -> float -> tMake a paper size given its unit, width and height.
val unit : t -> Pdfunits.tProject the unit from a paper size
val width : t -> floatProject the width from a paper size.
val height : t -> floatProject the height from a paper size.
val landscape : t -> tFlip a paper size between landscape and portrait, swapping its dimensions.
val a0 : t
val a1 : t
val a2 : t
val a3 : t
val a4 : t
val a5 : t
val a6 : t
val a7 : t
val a8 : t
val a9 : t
val a10 : tISO A series paper sizes, portrait.
val usletter : t
val uslegal : tUnited States paper sizes. portrait.