Class ImageConverter

ImageConverter class

Converter for converting template file to images.

public class ImageConverter

Methods

NameDescription
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