Aspose::Cells::LowCode::ImageConverter class

ImageConverter class

Converter for converting template file to images.

class ImageConverter

Methods

MethodDescription
ImageConverter(ImageConverter_Impl* impl)Constructs from an implementation object.
ImageConverter(const ImageConverter& src)Copy constructor.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const ImageConverter& src)operator=
static Process(const U16String& templateFile, const U16String& resultFile)Converts template file to images.
static Process(const char16_t* templateFile, const char16_t* resultFile)Converts template file to images.
static Process(const LowCodeLoadOptions& loadOptions, const LowCodeSaveOptions& saveOptions)Converts template file to images.
static Process(const LowCodeLoadOptions& loadOptions, const LowCodeSaveOptions& saveOptions, const AbstractLowCodeSaveOptionsProvider& provider)Converts template file to images.
~ImageConverter()Destructor.

Fields

FieldDescription
_implThe implementation object.

Examples

ImageConverter::Process(u"template.xlsx", u"res.png");

See Also