Back to Devexpress

DataViewBase.ExportToImage Method

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-dot-exporttoimage.md

latest961 B
Original Source

DataViewBase.ExportToImage Method

NameParametersDescription
ExportToImage(Stream, ImageExportOptions)stream, optionsExports the control to a stream in an image format and applies image export options.
ExportToImage(Stream)streamExports the control to the specified stream in an image format.
ExportToImage(String, ImageExportOptions)filePath, optionsExports the control to an image file and applies image export options.
ExportToImage(String)filePathExports the control to the specified file path in an image format.