Skip to main content

ASPxTreeListExporter.WritePdf(Stream, PdfExportOptions) Method

Exports data to a stream in PDF format with the specified export options.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void WritePdf(
    Stream stream,
    PdfExportOptions exportOptions
)

Parameters

Name Type Description
stream Stream

A Stream object to which the data is exported.

exportOptions PdfExportOptions

A PdfExportOptions object that provides export options.

See Also