SVGSVGElementBuilder.BaseProfile
SVGSVGElementBuilder.BaseProfile method
Sets the ‘baseProfile’ attribute of the SVG element. This attribute indicates which subset of the full SVG specification applies to the document.
public SVGSVGElementBuilder BaseProfile(double value)
Parameter | Type | Description |
---|---|---|
value | Double | The base profile value. |
Return Value
The SVGSVGElementBuilder instance for chaining.
See Also
- class SVGSVGElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG