Back to Devexpress

PrintingSystemBase.ExportToImage Method

corelibraries-devexpress-dot-xtraprinting-dot-printingsystembase-dot-exporttoimage.md

latest1.6 KB
Original Source

PrintingSystemBase.ExportToImage Method

NameParametersDescription
ExportToImage(Stream, DXImageFormat)stream, formatExports a document to an image with the specified format and sends it to a stream.
ExportToImage(Stream, ImageExportOptions)stream, optionsExports a document to the specified stream in Image format using the defined Image-specific options.
ExportToImage(Stream)streamExports a document to the specified stream as an image. Use options to specify an image format.
ExportToImage(String, DXImageFormat)filePath, formatExports a document to an image with the specified format and saves it to a file.
ExportToImage(String, ImageExportOptions)filePath, optionsExports a document to the specified file path in Image format with the specified options.
ExportToImage(String)filePathExports a document to the specified file path in Image format.