ElementType Property
Syntax
C#
VB
Java
Objective-C
C++
@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.