Back to Devexpress

TreeList.ExportToPdf Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-exporttopdf.md

latest1015 B
Original Source

TreeList.ExportToPdf Method

NameParametersDescription
ExportToPdf(Stream, PdfExportOptions)stream, optionsExports the control’s data to the specified stream in PDF format using the specified options.
ExportToPdf(Stream)streamExports the Tree List’s data to a PDF document and sends it to the specified stream.
ExportToPdf(String, PdfExportOptions)fileName, optionsExports the control’s data to the specified file in PDF format using the specified options.
ExportToPdf(String)fileNameExports the Tree List’s data to the specified PDF file.