Gtk.PageSetup.prototype.get_paper_height
function get_paper_height(unit:Gtk.Unit):Number { // Gjs wrapper for gtk_page_setup_get_paper_height() }
Returns the paper height in units of unit.
Note that this function takes orientation, but not margins into consideration. See Gtk.PageSetup.prototype.get_page_height.
Since 2.10
- unit
the unit for the return value
- Returns
the paper height.