Aspose::Cells::Rendering::ImageOrPrintOptions::SetSvgCssPrefix method

ImageOrPrintOptions::SetSvgCssPrefix(const U16String&) method

Gets and sets the prefix of the css name in svg,the default value is empty string.

Deprecated

Use SvgImageOptions.CssPrefix property instead.

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

Remarks

NOTE: This member is now obsolete. Instead, please use SvgImageOptions.CssPrefix. This property will be removed 12 months later since April 2025. Aspose apologizes for any inconvenience you may have experienced.

See Also

ImageOrPrintOptions::SetSvgCssPrefix(const char16_t*) method

Gets and sets the prefix of the css name in svg,the default value is empty string.

Deprecated

Use SvgImageOptions.CssPrefix property instead.

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

Remarks

NOTE: This member is now obsolete. Instead, please use SvgImageOptions.CssPrefix. This property will be removed 12 months later since April 2025. Aspose apologizes for any inconvenience you may have experienced.

See Also