PrintSettings.loadFile

Reads the print settings from file_name. If the file could not be loaded then error is set to either a #GFileError or #GKeyFileError. See gtk.print_settings.PrintSettings.toFile.

class PrintSettings
bool
loadFile
(
string fileName
)

Parameters

fileName string

the filename to read the settings from

Return Value

Type: bool

true on success

Throws