Target Enum
Target enumeration
Specifies the browsing context for where to display the linked URL.
public enum Target
Values
Name | Value | Description |
---|---|---|
Self | 0 | Opens the linked document in the same frame as it was clicked. |
Parent | 1 | Opens the linked document in the parent frame. |
Top | 2 | Opens the linked document in the full body of the window. |
Blank | 3 | Opens the linked document in a new window or tab. |
See Also
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG