Class ImageConverter
ImageConverter class
Converter for converting template file to images.
public class ImageConverter
Methods
Name | Description |
---|---|
static Process(LowCodeLoadOptions, LowCodeSaveOptions) | Converts template file to images |
static Process(string, string) | Converts template file to images. |
static Process(LowCodeLoadOptions, LowCodeSaveOptions, AbstractLowCodeSaveOptionsProvider) | Converts template file to images |
Examples
[C#]
ImageConverter.Process("template.xlsx", "res.png");
See Also
- namespace Aspose.Cells.LowCode
- assembly Aspose.Cells