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