Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf
Defines members for classes which will be used to render charts when exporting a workbook to PDF.
Draws the specified chart onto the PDF page using the fixed content editor for custom chart rendering during export.
The editor which will render the chart.
The chart to be rendered.
The name of the grid lines layer.
The name of the grid lines outline layer.
The name of the cell fill layer.
The name of the cell borders layer.
The name of the cell values layer.
The name of the shapes layer.
The name of the row heading margin layer.
The name of the column heading margin layer.
The name of the header/footer layer.
The name of the icons layer.
Configures which worksheet content to export to PDF and how to render it, including scope, print area handling, and rendering options.
Initializes a new instance of the class.
The ExportWhat option.
The value indicating whether to ignore print area.
Initializes a new instance of the class.
The ranges to export.
Initializes a new instance of the class.
Specifies the cell ranges to export when ExportWhat is set to Selection.
The selected ranges.
Gets or sets the PDF settings used when the is exported to a file.
The PDF export settings.
Gets or sets the renderer which will be used to render charts.
Exports workbooks to PDF format by rendering worksheets as paginated documents; import is not supported.
Initializes a new instance of the class.
Identifies this format provider as "PdfFormatProvider" for registration and lookup.
The name of the provider.
Describes the file type as "PDF Documents" for display in UI contexts.
The files description.
Indicates that this provider supports exporting workbooks to PDF format.
The value indicating whether can export.
Indicates that this provider does not support importing PDF files into workbooks.
The value indicating whether can import.
Specifies that this provider handles files with .pdf extension.
The supported extensions.
Configures which content to export and how to render worksheets as PDF pages.
The export settings.
Converts the workbook to a RadFixedDocument for further processing or rendering, based on export settings.
The workbook.
The timeout after which the operation will cancel.
The exported fixed document.
Writes the workbook content to the stream as a PDF document, respecting export settings for scope and rendering options.
The workbook to export.
The output.
The cancellation token used to cancel the operation.