CellRangeExtensions.ExportToImage Method
Name | Parameters | Description |
---|---|---|
Export |
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. |
Export |
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. |
Export |
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. |
Export |
range, file |
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. |
Export |
range, file |
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. |
Export |
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. |