ChartWizardExportOptionsPdfSettingsTagHelper

Example

Razor
<pdf>
    <margin />
</pdf>

ChildTags

Attributes

AttributeTypeDescription
auto-printBooleanSpecifies if the Print dialog should be opened immediately after loading the document.
creatorStringThe creator of the PDF document.
dateDateTimeThe date when the PDF document is created. Defaults to new Date().
img-dpiDoubleThe forced resolution (in dpi) of the images in the exported PDF document. By default, the images are exported at their full resolution.
jpeg-qualityDoubleSpecifies the quality of the images within the exported file, from 0 to 1.
keep-pngBooleanIf set to true all PNG images contained in the exported file will be kept in PNG format.
keywordsStringSpecifies the keywords of the exported PDF file.
landscapeBooleanSet to true to reverse the paper dimensions if needed such that width is the larger edge.
paper-sizeStringSpecifies 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"..
subjectStringSets the subject of the PDF file.
titleStringSets the title of the PDF file.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support