Aspose::Cells::Rendering::ImageOrPrintOptions::SetEmbededImageNameInSvg method

ImageOrPrintOptions::SetEmbededImageNameInSvg(const U16String&) method

Indicate the filename of embedded image in svg. This should be full path with directory like “c:\xpsEmbedded”.

Deprecated

Images are now always embedded in Svg with base64 format, please remove this property.

void Aspose::Cells::Rendering::ImageOrPrintOptions::SetEmbededImageNameInSvg(const U16String &value)

Remarks

NOTE: This member is now obsolete. Instead, please remove this property because images are now always embedded in Svg with base64 format. This property will be removed 12 months later since April 2025. Aspose apologizes for any inconvenience you may have experienced.

See Also

ImageOrPrintOptions::SetEmbededImageNameInSvg(const char16_t*) method

Indicate the filename of embedded image in svg. This should be full path with directory like “c:\xpsEmbedded”.

Deprecated

Images are now always embedded in Svg with base64 format, please remove this property.

void Aspose::Cells::Rendering::ImageOrPrintOptions::SetEmbededImageNameInSvg(const char16_t *value)

Remarks

NOTE: This member is now obsolete. Instead, please remove this property because images are now always embedded in Svg with base64 format. This property will be removed 12 months later since April 2025. Aspose apologizes for any inconvenience you may have experienced.

See Also