Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Svg Assembly > Leadtools.Svg Namespace > SvgDocument Class : AddElementIDs Method |
public void AddElementIDs()
'Declaration
Public Sub AddElementIDs()
'Usage
Dim instance As SvgDocument instance.AddElementIDs()
- (BOOL)addElementIDs:(NSError **)error
public void addElementIDs()
public: void AddElementIDs();
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.