CreatePdfTemplateDto
Properties
| Name | Type | Description | Notes |
|---|
| name | String | Template name | [default to null] |
| type | String | Template type | [default to null] |
| renderer | String | PDF renderer to use | [default to null] |
| pageSize | String | Page size (e.g. A4, letter). Only used if pageWidthPt and pageHeightPt are not set. | [optional] [default to null] |
| pageWidthPt | BigDecimal | Page width in points | [optional] [default to null] |
| pageHeightPt | BigDecimal | Page height in points | [optional] [default to null] |
| margin | Margin | Page margins | [optional] [default to null] |
| headerHeightPt | BigDecimal | Header height in points | [optional] [default to null] |
| footerHeightPt | BigDecimal | Footer height in points | [optional] [default to null] |
| headerMargin | Margin | Header margin | [optional] [default to null] |
| footerMargin | Margin | Footer margin | [optional] [default to null] |
| defaults | CreatePdfTemplateDto_defaults | | [default to null] |
[Back to Model list] [Back to API list] [Back to README]