Provides methods to ensure element ID's are valid and unique.
public class SvgElementIdManager
kind:method, kind:property, kind:ctor. Press Esc to clear.SvgElementIdManager(SvgDocument)Initialises a new instance of an SvgElementIdManager.Add(SvgElement)Adds the specified SvgElement for ID management.AddAndForceUniqueID(SvgElement, SvgElement, Boolean, Action<SvgElement, String, String>)Adds the specified SvgElement for ID management. And can auto fix the ID if it already exists or it starts with a number.EnsureValidId(String, Boolean)Ensures that the specified ID is unique within the containing SvgDocument.GetElementById(String)Retrieves the SvgElement with the specified ID.Remove(SvgElement)Removed the specified SvgElement from ID management.