# Pdf

The 'PDF' component is used to display PDF documents.

## Properties

| Property  | Value Sample         | Value Type | Description                                                                    |
| --------- | -------------------- | ---------- | ------------------------------------------------------------------------------ |
| Name      | pdf1, pdf2           | string     | Specifies the name or identifier of the PDF component.                         |
| Path      | path/to/document.pdf | string     | Specifies the path or location of the PDF document.                            |
| Path Type | base64               | string     | Specifies the PDF path type: n/a, URL, base64, temporaryFile, permanentFile.   |
| Zoom      | 1, 2, 3              | number     | Specifies the initial zoom level of the PDF document.                          |
| Scale By  | auto                 | string     | Specifies the type of scale for the PDF document: n/a, auto, height, width     |
| Page      | single               | string     | Specifies the type of page display for the PDF document: n/a, single, multiple |
| Page No.  | 3                    | number     | Specifies the starting page number to display in the PDF document.             |

## Related Actions

N/A

## Example Uses

N/A
