svg_css_prefix property

svg_css_prefix property

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

Remarks

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

Definition:

@property
def svg_css_prefix(self):
    ...
@svg_css_prefix.setter
def svg_css_prefix(self, value):
    ...

See Also