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

TreeListExtension.WritePdf Method

Name Parameters Description
WritePdf(TreeListSettings, Stream, PdfExportOptions) static settings, stream, exportOptions Exports the TreeList’s data to a stream in PDF with the specified export settings.
WritePdf(TreeListSettings, Stream) static settings, stream Exports the TreeList’s data to a stream in PDF with the specified export settings.
WritePdf(TreeListSettings, Object, Stream, PdfExportOptions) static settings, dataObject, stream, exportOptions Exports the TreeList’s data to a stream in PDF with the specified export settings.
WritePdf(TreeListSettings, Object, Stream) static settings, dataObject, stream Exports the TreeList’s data to a stream in PDF with the specified export settings.