OverwriteIdManager(SvgElementIdManager) Method

Definition

Namespace Svg
Assembly Svg.Custom.dll

Overwrites the current IdManager with a custom implementation. Be careful with this: If elements have been inserted into the document before, you have to take care that the new IdManager also knows of them.

public void OverwriteIdManager(SvgElementIdManager manager)

Parameters