load_key_file
Description:
[
Version ( since =
"2.14" ) ]
public bool load_key_file (
KeyFile key_file,
string? group_name)
throws Error
Reads the page setup from the group group_name
in the key file key_file
.
Parameters:
this |
a PageSetup
|
key_file |
the KeyFile to retrieve the page_setup from
|
group_name |
the name of the group in the key_file to read, or null to use the default name “Page Setup”
|
Returns: