Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

WorkbookExportOptions.Pdf Property

Provides access to options used to export documents as a PDF.

Namespace: DevExpress.XtraSpreadsheet.Export

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

public PdfDocumentExporterOptions Pdf { get; }

Property Value

Type Description
PdfDocumentExporterOptions

An object that contains export settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Pdf
WinForms Controls SpreadsheetControlOptions
.Export .Pdf
Office File API DocumentOptions
.Export .Pdf
WorkbookOptions
.Export .Pdf
See Also