Print_PageSize
typedef struct {...} Print_PageSize
Overview
Defines a struct for the page size.
Since: 12
Related module: OH_Print
Header file: ohprint.h
Summary
Member Variables
| Name | Description |
|---|---|
| char *id | Page ID. |
| char *name | Page name. |
| uint32_t width | Page width, in millimeters. |
| uint32_t height | Page height, in millimeters. |