ChartWizardExportOptionsPdfSettingsTagHelper
Example
Razor
<pdf>
<margin />
</pdf>
ChildTags
| Tag Name | Details |
|---|---|
| margin | ChartWizardExportOptionsPdfMarginSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| auto-print | Boolean | Specifies if the Print dialog should be opened immediately after loading the document. |
| creator | String | The creator of the PDF document. |
| date | DateTime | The date when the PDF document is created. Defaults to new Date(). |
| img-dpi | Double | The forced resolution (in dpi) of the images in the exported PDF document. By default, the images are exported at their full resolution. |
| jpeg-quality | Double | Specifies the quality of the images within the exported file, from 0 to 1. |
| keep-png | Boolean | If set to true all PNG images contained in the exported file will be kept in PNG format. |
| keywords | String | Specifies the keywords of the exported PDF file. |
| landscape | Boolean | Set to true to reverse the paper dimensions if needed such that width is the larger edge. |
| paper-size | String | Specifies the paper size of the PDF document. The default "auto" means paper size is determined by content.Supported values: A predefined size. The supported paper sizes are: A0-A10, B0-B10, C0-C10, Executive, Folio, Legal, Letter, Tabloid.; An array of two numbers specifying the width and height in points (1pt = 1/72in) or An array of two strings specifying the width and height in units. Supported units are "mm", "cm", "in" and "pt".. |
| subject | String | Sets the subject of the PDF file. |
| title | String | Sets the title of the PDF file. |