HyperlinkCollector.CollectHyperlinks
CollectHyperlinks(XpsDocument)
Collects XPS elements with hyperlinks of all types.
public static ICollection<XpsHyperlinkElement> CollectHyperlinks(XpsDocument document)
Parameter | Type | Description |
---|---|---|
document | XpsDocument | The XPS document. |
Return Value
The collection containing hyperlinked XPS elements.
See Also
- class XpsHyperlinkElement
- class XpsDocument
- class HyperlinkCollector
- namespace Aspose.Page.XPS.Features
- assembly Aspose.Page
CollectHyperlinks<T>(XpsDocument)
Collects XPS elements with hyperlinks of a certain type.
public static ICollection<XpsHyperlinkElement> CollectHyperlinks<T>(XpsDocument document)
where T : XpsHyperlinkTarget
Parameter | Description |
---|---|
T | The type of the hyperlink target object. |
document | The XPS document. |
Return Value
The collection containing hyperlinked XPS elements.
See Also
- class XpsHyperlinkElement
- class XpsDocument
- class XpsHyperlinkTarget
- class HyperlinkCollector
- namespace Aspose.Page.XPS.Features
- assembly Aspose.Page