ISVGURIReference Interface |
Interface SVGURIReference defines an interface which applies to all elements which have the collection of XLink attributes, such as ‘xlink:href’, which define a URI reference.
Namespace: Aspose.SvgAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic interface ISVGURIReference
Public Interface ISVGURIReference
public interface class ISVGURIReference
type ISVGURIReference = interface end
The ISVGURIReference type exposes the following members.
Properties
| Name | Description |
---|
 | Href |
Corresponds to attribute ‘xlink:href’ on the given element.
|
See Also