PaperSize.this

Creates a new GtkPaperSize object by using IPP information.

If @ipp_name is not a recognized paper name, @width and @height are used to construct a custom GtkPaperSize object.

Parameters

ippName string

an IPP paper name

width double

the paper width, in points

height double

the paper height in points

Return Value

a new GtkPaperSize, use [method@Gtk.PaperSize.free] to free it

Throws

ConstructionException GTK+ fails to create the object.

Meta