Enum XLinkShow
Enum XLinkShow
Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)
Specifies the behavior when an SVG link is triggered.
[ComVisible(true)]
public enum XLinkShow
Fields
Embed = 2
Embeds the linked document within the current SVG document.
New = 0
Opens the link in a new window or tab.
None = 4
Indicates that no specific behavior is requested.
Other = 3
Specifies a behavior other than the predefined behaviors.
Replace = 1
Replaces the current SVG document with the linked document.