1
2@c %start of fragment
3
4@node GtkPaperSize
5@chapter GtkPaperSize
6Support for named paper sizes
7
8@section Overview
9GtkPaperSize handles paper sizes. It uses the standard called "PWG 5101.1-2002
10PWG: Standard for Media Standardized Names" to name the paper sizes (and to get
11the data for the page sizes). In addition to standard paper sizes, GtkPaperSize
12allows to construct custom paper sizes with arbitrary dimensions.
13
14The @code{<gtk-paper-size>} object stores not only the dimensions (width and
15height) of a paper size and its name, it also provides default print margins.
16
17Printing support has been added in GTK+ 2.10.
18
19@section Usage
20@include defuns-gtkpapersize.xml.texi
21
22@c %end of fragment
23