ElementType Property
Syntax
C#
VB
Objective-C
C++
Java
@property (nonatomic, assign) LTSvgElementType elementType
public SvgElementType getElementType()
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.