• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Print_PageSize
2
3
4## Overview
5
6Defines the page size.
7
8**Since**: 12
9
10**Related module**: [OH_Print](_o_h___print.md)
11
12**Header file**: [ohprint.h](ohprint_8h.md)
13
14## Summary
15
16
17### Member Variables
18
19| Name| Description|
20| -------- | -------- |
21| char \* [id](#id) | Defines the page ID. |
22| char \* [name](#name) | Defines the page name. |
23| uint32_t [width](#width) | Defines the page width. |
24| uint32_t [height](#height) | Defines the page height. |
25
26
27## Member Variable Description
28
29
30### height
31
32```
33uint32_t Print_PageSize::height
34```
35**Description**
36
37Defines the page height.
38
39
40### id
41
42```
43char* Print_PageSize::id
44```
45**Description**
46
47Defines the page ID.
48
49
50### name
51
52```
53char* Print_PageSize::name
54```
55**Description**
56
57Defines the page name.
58
59
60### width
61
62```
63uint32_t Print_PageSize::width
64```
65**Description**
66
67Defines the page width.
68