←Select platform

GetElementName Method

Summary

Gets the name of the element.

Syntax
C#
VB
Objective-C
C++
public string GetElementName() 
Public Function GetElementName() As String 
- (nullable NSString *)elementName:(NSError **)error 
public: 
String^ GetElementName();  

Return Value

The name of the element. This is the XML element name. For example, "svg" for the top level element in the document, "image" for an element in the document, etc.

Example

For an example, refer to EnumerateElements.

Requirements

Target Platforms

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

Leadtools.Svg Assembly