XLinkShow Enum
XLinkShow enumeration
Specifies the behavior when an SVG link is triggered.
public enum XLinkShow
Values
| Name | Value | Description | 
|---|---|---|
| New | 0 | Opens the link in a new window or tab. | 
| Replace | 1 | Replaces the current SVG document with the linked document. | 
| Embed | 2 | Embeds the linked document within the current SVG document. | 
| Other | 3 | Specifies a behavior other than the predefined behaviors. | 
| None | 4 | Indicates that no specific behavior is requested. | 
See Also
- namespace Aspose.Svg.Builder
 - assembly Aspose.SVG