Error processing SSI file
LEADTOOLS Svg (Leadtools.Svg assembly)

Show in webframe

ElementType Property (SvgElementInfo)






Gets or sets the SVG element type.
Syntax
public SvgElementType ElementType {get; set;}
'Declaration
 
Public Property ElementType As SvgElementType
'Usage
 
Dim instance As SvgElementInfo
Dim value As SvgElementType
 
instance.ElementType = value
 
value = instance.ElementType
@property (nonatomic, assign) LTSvgElementType elementType
public SvgElementType getElementType()
public void setElementType(SvgElementType elementType)
            
public:
property SvgElementType ElementType {
   SvgElementType get();
   void set (    SvgElementType value);
}

Property Value

The SVG element type. The default value is SvgElementType.Unknown.
Remarks

If this element is text, then TextData will contain further details regarding the text of the element.

If this element is not text, then TextData will be null.

Example

For an example, refer to SvgDocument.SortElements.

Requirements

Target Platforms

See Also

Reference

SvgElementInfo Class
SvgElementInfo Members

Error processing SSI file
  Leadtools.Svg requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features