PaperSize.custom
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "2.10" ) ]
public PaperSize.custom (string name, string display_name, double width, double height, Unit unit)
[ Version ( since = "2.10" ) ]
public PaperSize.custom (string name, string display_name, double width, double height, Unit unit)
Creates a new PaperSize object with the given parameters.
Parameters:
name |
the paper name |
display_name |
the human-readable name |
width |
the paper width, in units of |
height |
the paper height, in units of |
unit |
the unit for |