Back to Devexpress

PrintHelper.ExportToImage Method

wpf-devexpress-dot-xpf-dot-printing-dot-printhelper-dot-exporttoimage.md

latest2.1 KB
Original Source

PrintHelper.ExportToImage Method

NameParametersDescription
ExportToImage(IPrintableControl, Stream, ImageExportOptions) staticsource, stream, optionsExports a report to the specified stream in image format using the specified image-specific options.
ExportToImage(IPrintableControl, Stream) staticsource, streamExports a report to the specified stream as an image.
ExportToImage(IPrintableControl, String, ImageExportOptions) staticsource, filePath, optionsExports a report to the specified file path in image format using the specified image-specific options.
ExportToImage(IPrintableControl, String) staticsource, filePathExports a report to the specified file path in the specified image format.
ExportToImage(IBasePrintable, Stream, ImageExportOptions) staticsource, stream, options
ExportToImage(IBasePrintable, Stream) staticsource, stream
ExportToImage(IBasePrintable, String, ImageExportOptions) staticsource, filePath, options
ExportToImage(IBasePrintable, String) staticsource, filePath