Adds unique IDs to the elements of this SvgDocument.
Syntax
C#
Objective-C
C++/CLI
Java
Python
publicvoid AddElementIDs()
- (BOOL)addElementIDs:(NSError **)error;
publicvoid addElementIDs()
public: void AddElementIDs();
def AddElementIDs(self):
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.