←Select platform

AddElementIDs Method

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

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.