Back to Devexpress

LinkBase.ExportToImage Method

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

latest1.0 KB
Original Source

LinkBase.ExportToImage Method

NameParametersDescription
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 in Image format.
ExportToImage(String, ImageExportOptions)filePath, optionsExports a document to the specified file path in Image format using the defined Image-specific options.
ExportToImage(String)filePathExports a document to the specified file path in Image format.