Adds unique IDs to the elements of this SvgDocument.
Syntax
C#
VB
Objective-C
C++
Java
publicvoid AddElementIDs()
PublicSub AddElementIDs()
- (BOOL)addElementIDs:(NSError **)error
publicvoid addElementIDs()
public: void AddElementIDs();
Remarks
SVG specifications does not require the use of unique IDs for the elements. This may be desirable when connecting SVG elements to external data structures or to quickly perform search using XML methods such as XPATH.