PageSetup.newFromFile

Reads the page setup from the file file_name.

Returns a new gtk.page_setup.PageSetup object with the restored page setup, or null if an error occurred. See gtk.page_setup.PageSetup.toFile.

class PageSetup
static
newFromFile
(
string fileName
)

Parameters

fileName string

the filename to read the page setup from

Return Value

Type: gtk.page_setup.PageSetup