←Select platform

ElementType Property

Summary
The element type
Syntax
C#
VB
Objective-C
C++
Java
public SvgElementType ElementType { get; } 
Public ReadOnly Property ElementType As SvgElementType 
@property (nonatomic, assign) LTSvgElementType elementType 
public SvgElementType getElementType() 
public: 
property SvgElementType ElementType { 
   SvgElementType get(); 
} 

Property Value

The element type. For example, ElementType.Svg for the top level <svg> element in the document or ElementType.Image for an element in the document, etc.
Example

For an example, refer to EnumerateElements.

Requirements

Target Platforms

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

Leadtools.Svg Assembly

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