# Print_PageSize


## Overview

Defines the page size and related information.

**Since**: 12

**Related module**: [OH_Print](_o_h___print.md)


## Summary


### Member Variables

| Name| Description| 
| -------- | -------- |
| char \* [id](#id) | Defines the page ID. | 
| char \* [name](#name) | Defines the page name. | 
| uint32_t [width](#width) | Defines the page width. | 
| uint32_t [height](#height) | Defines the page height. | 


## Member Variable Description


### height

```
uint32_t Print_PageSize::height
```
**Description**
Defines the page height.


### id

```
char* Print_PageSize::id
```
**Description**
Defines the page ID.


### name

```
char* Print_PageSize::name
```
**Description**
Defines the page name.


### width

```
uint32_t Print_PageSize::width
```
**Description**
Defines the page width.