Skip to main content
All docs
V26.1
  • PdfDocument.Save(Stream, SaveOptions) Method

    Saves a PDF document to the specified stream with the specified options.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public void Save(
        Stream stream,
        SaveOptions options
    )

    Parameters

    Name Type Description
    stream Stream

    A stream to which the PDF document is saved.

    options SaveOptions

    Options that specify how the PDF document is saved.

    See Also