PrintingSystemBase.ExportToImage(Stream, ImageExportOptions) Method
Exports a document to the specified stream in Image format using the defined Image-specific options.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A Stream object for the exported image. |
options | ImageExportOptions | An ImageExportOptions object that specifies the export options. |
Remarks
Once the document export has started, it will run until the resulting document is complete and cannot be interrupted or canceled in the process.
The printing system export options passed to this method are used instead of the current PrintingSystemBase.ExportOptions.Image
options. If you wish to use the current export options of a printing system, call the PrintingSystemBase.ExportToImage(Stream) method without the options parameter.
Note
Do not set the ExportMode property to DifferentFiles when you use this method to export to a stream.
Refer to the following help topic for more information: Export to Image.