The class PdfLabel generates a label in PDF format. The following parameters can be used to configure the output:
| parameter | description | default value |
|---|---|---|
| PageHeight | height of the PDF output page (in mm) | 29 |
| PageWidth | width of the PDF output page (in mm) | 90 |
| PageRotation | rotation of the output in degrees. Can be one of the following values: 0, 90, 180, 270 | 0 |
| BorderTop | top border of the output (in mm) | 2 |
| BorderBottom | bottom border of the output (in mm) | 2 |
| BorderLeft | left border of the output (in mm) | 2 |
| TitlePrefix | prefix used in title | yourCMDB |