←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly