Enum Target
Enum Target
Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)
Specifies the browsing context for where to display the linked URL.
[ComVisible(true)]
public enum Target
Fields
Blank = 3
Opens the linked document in a new window or tab.
Parent = 1
Opens the linked document in the parent frame.
Self = 0
Opens the linked document in the same frame as it was clicked.
Top = 2
Opens the linked document in the full body of the window.