SVGBuilderExtensions.ColorProfile
SVGBuilderExtensions.ColorProfile<TBuilder> method
Sets the ‘color-profile’ attribute for an SVG element.
public static TBuilder ColorProfile<TBuilder>(this TBuilder builder, string value)
where TBuilder : IAttributeSetter, IPresentationAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
value | The color profile value to set. |
Return Value
The builder instance for chaining.
See Also
- interface IAttributeSetter
- interface IPresentationAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG