←Select platform

AddElementIDs Method

Summary

Adds unique IDs to the elements of this SvgDocument.

Syntax

C#
VB
Java
Objective-C
C++
public void AddElementIDs() 
Public Sub AddElementIDs()  
- (BOOL)addElementIDs:(NSError **)error 
public void 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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly