ChartWizardExportOptionsPdfSettingsBuilder
Methods
AutoPrint(System.Boolean)
Specifies if the Print dialog should be opened immediately after loading the document.
Parameters
value - System.Boolean
The value that configures the autoprint.
Creator(System.String)
The creator of the PDF document.
Parameters
value - System.String
The value that configures the creator.
Date(System.DateTime)
The date when the PDF document is created. Defaults to new Date().
Parameters
value - System.DateTime
The value that configures the 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 that configures the imgdpi.
JpegQuality(System.Double)
Specifies the quality of the images within the exported file, from 0 to 1.
Parameters
value - System.Double
The value that configures the 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 that configures the keeppng.
Keywords(System.String)
Specifies the keywords of the exported PDF file.
Parameters
value - System.String
The value that configures the 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 that configures the landscape.
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 action that configures the margin.
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 that configures the papersize.
Subject(System.String)
Sets the subject of the PDF file.
Parameters
value - System.String
The value that configures the subject.
Title(System.String)
Sets the title of the PDF file.
Parameters
value - System.String
The value that configures the title.