Back to Devexpress

CellRangeExtensions.ExportToImage Method

officefileapi-devexpress-dot-spreadsheet-dot-cellrangeextensions-dot-exporttoimage.md

latest3.4 KB
Original Source

CellRangeExtensions.ExportToImage Method

NameParametersDescription
ExportToImage(CellRange, RangeImageOptions) staticrange, 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.

|