AsposeSvgNode Class
Summary: The aspose.imaging.fileformats.svg.AsposeSvgNode
Module: aspose.imaging.fileformats.svg
Full Name: aspose.imaging.fileformats.svg.AsposeSvgNode
Constructors
| Name | Description |
|---|---|
| AsposeSvgNode() | Initializes a new instance of the AsposeSvgNode class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| svg_name | string | r | Name of node. |
Methods
| Name | Description |
|---|---|
| get_property_value(name) | Gets the property value. |
Constructor: AsposeSvgNode()
AsposeSvgNode()
Initializes a new instance of the AsposeSvgNode class
Method: get_property_value(name)
get_property_value(name)
Gets the property value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | string | The property name. |
Returns
| Type | Description |
|---|---|
| string | The property value |