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

Show in webframe

TextData Property






Gets or sets the text data if this is a text SVG element.
Syntax
public SvgTextData TextData {get; set;}
'Declaration
 
Public Property TextData As SvgTextData
'Usage
 
Dim instance As SvgElementInfo
Dim value As SvgTextData
 
instance.TextData = value
 
value = instance.TextData
@property (nonatomic, strong, nullable) LTSvgTextData *textData
public SvgTextData getTextData()
public void setTextData(SvgTextData textData)
            
public:
property SvgTextData^ TextData {
   SvgTextData^ get();
   void set (    SvgTextData^ value);
}

Property Value

The text data if this is a text SVG element or null otherwise. The default value is null.
Remarks

Only valid if ElementType is a text SVG element.

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