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. |