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
RETURNS
Returns the current ChartWizardExportOptionsPdfSettingsBuilder instance.
AutoPrint()
Specifies if the Print dialog should be opened immediately after loading the document.
RETURNS
Returns the current ChartWizardExportOptionsPdfSettingsBuilder instance.
Creator(System.String)
The creator of the PDF document.
Parameters
value - System.String
The value for Creator
RETURNS
Returns the current ChartWizardExportOptionsPdfSettingsBuilder instance.
Date(System.DateTime)
The date when the PDF document is created. Defaults to new Date().
Parameters
value - System.DateTime
The value for Date
RETURNS
Returns the current ChartWizardExportOptionsPdfSettingsBuilder instance.
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
RETURNS
Returns the current ChartWizardExportOptionsPdfSettingsBuilder instance.
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
RETURNS
Returns the current ChartWizardExportOptionsPdfSettingsBuilder instance.
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
RETURNS
Returns the current ChartWizardExportOptionsPdfSettingsBuilder instance.
KeepPNG()
If set to true all PNG images contained in the exported file will be kept in PNG format.
RETURNS
Returns the current ChartWizardExportOptionsPdfSettingsBuilder instance.
Keywords(System.String)
Specifies the keywords of the exported PDF file.
Parameters
value - System.String
The value for Keywords
RETURNS
Returns the current ChartWizardExportOptionsPdfSettingsBuilder instance.
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
RETURNS
Returns the current ChartWizardExportOptionsPdfSettingsBuilder instance.
Landscape()
Set to true to reverse the paper dimensions if needed such that width is the larger edge.
RETURNS
Returns the current ChartWizardExportOptionsPdfSettingsBuilder instance.
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.
RETURNS
Returns the current instance of ChartWizardExportOptionsPdfSettingsBuilder .
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
RETURNS
Returns the current ChartWizardExportOptionsPdfSettingsBuilder instance.
Subject(System.String)
Sets the subject of the PDF file.
Parameters
value - System.String
The value for Subject
RETURNS
Returns the current ChartWizardExportOptionsPdfSettingsBuilder instance.
Title(System.String)
Sets the title of the PDF file.
Parameters
value - System.String
The value for Title
RETURNS
Returns the current ChartWizardExportOptionsPdfSettingsBuilder instance.