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
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