PdfHeaderFooterContent
Props
The following table outlines the props for the PdfHeaderFooterContent:
| Name | Type | Default | Description |
|---|---|---|---|
| font | PdfStandardFont | PdfTrueTypeFont | - | Defines the font for the content |
| format | string | - | Defines the format for customizing page number |
| pageNumberType | - | Defines the page number type | |
| points | - | Defines the pdf points for drawing line | |
| position | - | Defines the position of the content | |
| size | - | Defines the size of content | |
| src | string | - | Defines the base64 string for image content type |
| stringFormat | PdfStringFormat | - | Defines the alignment of header |
| style | - | Defines the style of content | |
| type | - | Defines the content type | |
| value | any | - | Defines the value for content |