XLinkShow enumeration
XLinkShow enumeration
Specifies the behavior when an SVG link is triggered.
The XLinkShow type exposes the following members:
Fields
| Field | Description |
|---|---|
| NEW | Opens the link in a new window or tab. |
| REPLACE | Replaces the current SVG document with the linked document. |
| EMBED | Embeds the linked document within the current SVG document. |
| OTHER | Specifies a behavior other than the predefined behaviors. |
| NONE | Indicates that no specific behavior is requested. |
See Also
- module
aspose.svg.builder