Skip to main content
All docs
V24.2
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CellRangeExtensions.ExportToImage Method

Name Parameters Description
ExportToImage(CellRange, RangeImageOptions) static range, options

Exports the cell range to an image and allows you to specify export options.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code.

ExportToImage(CellRange, Stream, ImageFileFormat, RangeImageOptions) static range, stream, format, options

Exports the cell range to an image in the specified format and allows you to specify export options.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code.

ExportToImage(CellRange, Stream, ImageFileFormat) static range, stream, format

Exports the cell range to an image in the specified format.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code.

ExportToImage(CellRange, String, ImageFileFormat, RangeImageOptions) static range, fileName, format, options

Exports the cell range to an image in the specified format and allows you to specify export options.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code.

ExportToImage(CellRange, String, ImageFileFormat) static range, fileName, format

Exports the cell range to an image in the specified format.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code.

ExportToImage(CellRange) static range

Exports the cell range to an image.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code.