PDFSurface.this

Creates a PDF surface of the specified size in points to be written to filename.

  1. this(cairo_surface_t* ptr)
  2. this(string fileName, double width, double height)
    class PDFSurface
    this
    (
    string fileName
    ,
    double width
    ,
    double height
    )
  3. this(double width, double height)

Parameters

fileName string

a filename for the PDF output (must be writable)

width double

width of the surface, in points (1 point == 1/72.0 inch)

height double

height of the surface, in points (1 point == 1/72.0 inch)

Meta