PageSetup.loadKeyFile

bool loadKeyFile(glib.key_file.KeyFile keyFile, string groupName = null)

Reads the page setup from the group group_name in the key file key_file.

Parameters

keyFilethe glib.key_file.KeyFile to retrieve the page_setup from
groupNamethe name of the group in the key_file to read to use the default name “Page Setup”

Returns

true on success

Throws