A structure for storing a paper size. More...
#include <hpgsdevices.h>
Data Fields | |
| int | width |
| The width of the paper in pt. | |
| int | height |
| The height of the paper in pt. | |
| const char * | name |
| The name of this paper size, if it is a std paper size. | |
| size_t | usage |
| The usage count of this paper size. | |
| size_t | hash |
| A hash value for storing media sizes in a sorted vector. | |
A structure for storing a paper size.
This structure stores a PostScipt paper size.
1.7.1