Skip to main content
A newer version of this page is available. .

CardViewExtension.ExportToPdf Method

Name Parameters Description
ExportToPdf(CardViewSettings, Object, PdfExportOptions) static settings, dataObject, exportOptions Exports the CardView’s data to PDF format, based on the provided settings.
ExportToPdf(CardViewSettings, Object, Boolean, PdfExportOptions) static settings, dataObject, saveAsFile, exportOptions Exports the CardView’s data to PDF format, based on the provided settings.
ExportToPdf(CardViewSettings, Object, Boolean) static settings, dataObject, saveAsFile Exports the CardView’s data to PDF format, based on the provided settings.
ExportToPdf(CardViewSettings, Object, String, PdfExportOptions) static settings, dataObject, fileName, exportOptions Exports the CardView’s data to PDF format, based on the provided settings.
ExportToPdf(CardViewSettings, Object, String, Boolean, PdfExportOptions) static settings, dataObject, fileName, saveAsFile, exportOptions Exports the CardView’s data to PDF format, based on the provided settings.
ExportToPdf(CardViewSettings, Object, String, Boolean) static settings, dataObject, fileName, saveAsFile Exports the CardView’s data to PDF format, based on the provided settings.
ExportToPdf(CardViewSettings, Object, String) static settings, dataObject, fileName Exports the CardView’s data to PDF format, based on the provided settings.
ExportToPdf(CardViewSettings, Object) static settings, dataObject Exports the CardView’s data to PDF format, based on the provided settings.