Class
PdfExportSettings

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:

cs-api-definition
public class PdfExportSettings : ExportWhatSettings

Inheritance: objectExportWhatSettingsPdfExportSettings

Inherited Members ExportWhatSettings.Equals(object)ExportWhatSettings.GetHashCode()ExportWhatSettings.ExportWhatExportWhatSettings.IgnorePrintAreaExportWhatSettings.IncludeHiddenSheets

Constructors

PdfExportSettings(ExportWhat, bool)

Initializes a new instance of the PdfExportSettings class.

Declaration

cs-api-definition
public PdfExportSettings(ExportWhat exportWhat, bool ignorePrintArea)

Parameters

exportWhat

ExportWhat

The ExportWhat option.

ignorePrintArea

bool

The value indicating whether to ignore print area.

PdfExportSettings(IEnumerable<CellRange>)

Initializes a new instance of the PdfExportSettings class.

Declaration

cs-api-definition
public PdfExportSettings(IEnumerable<CellRange> selection)

Parameters

selection

IEnumerable<CellRange>

The ranges to export.

Properties

ChartRenderer

Gets or sets the renderer which will be used to render charts.

Declaration

cs-api-definition
public IPdfChartRenderer ChartRenderer { get; set; }

Property Value

IPdfChartRenderer

PdfFileSettings

Gets or sets the PDF settings used when the Workbook is exported to a file.

Declaration

cs-api-definition
public PdfExportSettings PdfFileSettings { get; set; }

Property Value

PdfExportSettings

The PDF export settings.

SelectedRanges

Specifies the cell ranges to export when ExportWhat is set to Selection.

Declaration

cs-api-definition
public List<CellRange> SelectedRanges { get; }

Property Value

List<CellRange>

The selected ranges.