ChartWizardExportOptionsPdfSettingsBuilder
Methods
AutoPrint(System.Boolean)
Specifies if the Print dialog should be opened immediately after loading the document.
Parameters
value - System.Boolean
The value for AutoPrint
AutoPrint()
Specifies if the Print dialog should be opened immediately after loading the document.
Creator(System.String)
The creator of the PDF document.
Parameters
value - System.String
The value for Creator
Date(System.DateTime)
The date when the PDF document is created. Defaults to new Date().
Parameters
value - System.DateTime
The value for Date
ImgDPI(System.Double)
The forced resolution (in dpi) of the images in the exported PDF document. By default, the images are exported at their full resolution.
Parameters
value - System.Double
The value for ImgDPI
JpegQuality(System.Double)
Specifies the quality of the images within the exported file, from 0 to 1.
Parameters
value - System.Double
The value for JpegQuality
KeepPNG(System.Boolean)
If set to true all PNG images contained in the exported file will be kept in PNG format.
Parameters
value - System.Boolean
The value for KeepPNG
KeepPNG()
If set to true all PNG images contained in the exported file will be kept in PNG format.
Keywords(System.String)
Specifies the keywords of the exported PDF file.
Parameters
value - System.String
The value for Keywords
Landscape(System.Boolean)
Set to true to reverse the paper dimensions if needed such that width is the larger edge.
Parameters
value - System.Boolean
The value for Landscape
Landscape()
Set to true to reverse the paper dimensions if needed such that width is the larger edge.
Margin(System.Action)
Specifies the margins of the page (numbers or strings with units). Supported units are "mm", "cm", "in" and "pt" (default).
Parameters
configurator - System.Action<ChartWizardExportOptionsPdfMarginSettingsBuilder>
The configurator for the margin setting.
PaperSize(System.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"..
Parameters
value - System.String
The value for PaperSize
Subject(System.String)
Sets the subject of the PDF file.
Parameters
value - System.String
The value for Subject
Title(System.String)
Sets the title of the PDF file.
Parameters
value - System.String
The value for Title