| libgutenprint API Reference 5.3.4-2022-06-24T01-00-8808d602
    | 
The papersize data type. More...
#include <paper.h>
| Data Fields | |
| const char * | name | 
| Short unique name (not translated).  More... | |
| const char * | text | 
| Long descriptive name (translated).  More... | |
| const char * | comment | 
| Comment.  More... | |
| stp_dimension_t | width | 
| Paper width.  More... | |
| stp_dimension_t | height | 
| Paper height.  More... | |
| stp_dimension_t | top | 
| Top margin.  More... | |
| stp_dimension_t | left | 
| Left margin.  More... | |
| stp_dimension_t | bottom | 
| Bottom margin.  More... | |
| stp_dimension_t | right | 
| Right margin.  More... | |
| stp_papersize_unit_t | paper_unit | 
| Units of measurement.  More... | |
| stp_papersize_type_t | paper_size_type | 
| Paper size type.  More... | |
The papersize data type.
| stp_dimension_t stp_papersize_t::bottom | 
Bottom margin.
| const char* stp_papersize_t::comment | 
Comment.
| stp_dimension_t stp_papersize_t::height | 
Paper height.
| stp_dimension_t stp_papersize_t::left | 
Left margin.
| const char* stp_papersize_t::name | 
Short unique name (not translated).
| stp_papersize_type_t stp_papersize_t::paper_size_type | 
Paper size type.
| stp_papersize_unit_t stp_papersize_t::paper_unit | 
Units of measurement.
| stp_dimension_t stp_papersize_t::right | 
Right margin.
| const char* stp_papersize_t::text | 
Long descriptive name (translated).
| stp_dimension_t stp_papersize_t::top | 
Top margin.
| stp_dimension_t stp_papersize_t::width | 
Paper width.