ClassPdfExportSettings
Configures which worksheet content to export to PDF and how to render it, including scope, print area handling, and rendering options.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.Export
Assembly:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll
Syntax:
public class PdfExportSettings : ExportWhatSettings
Inheritance: objectExportWhatSettingsPdfExportSettings
Inherited Members
Constructors
PdfExportSettings(ExportWhat, bool)
Initializes a new instance of the PdfExportSettings class.
Declaration
public PdfExportSettings(ExportWhat exportWhat, bool ignorePrintArea)
Parameters
exportWhat
The ExportWhat option.
ignorePrintArea
The value indicating whether to ignore print area.
PdfExportSettings(IEnumerable<CellRange>)
Initializes a new instance of the PdfExportSettings class.
Declaration
public PdfExportSettings(IEnumerable<CellRange> selection)
Parameters
selection
The ranges to export.
Properties
ChartRenderer
Gets or sets the renderer which will be used to render charts.
Declaration
public IPdfChartRenderer ChartRenderer { get; set; }
Property Value
PdfFileSettings
Gets or sets the PDF settings used when the Workbook is exported to a file.
Declaration
public PdfExportSettings PdfFileSettings { get; set; }
Property Value
The PDF export settings.
SelectedRanges
Specifies the cell ranges to export when ExportWhat is set to Selection.