SvgSpriteBuilderGetSymbolIds Method

Gets all symbol ids from current SVG document.

Definition

Namespace: DotMake.SvgSprite
Assembly: DotMake.SvgSprite (in DotMake.SvgSprite.dll) Version: 1.0.0
C#
public IEnumerable<string> GetSymbolIds()

Return Value

IEnumerableString
An array of String for the <symbol> ids.

See Also