PageContent::LinkTargets Property

 

Gets a collection of LinkTarget elements that identify the hyperlink-addressable locations on the page.

Namespace:   System.Windows.Documents
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property LinkTargetCollection^ LinkTargets {
	LinkTargetCollection^ get();
}

Property Value

Type: System.Windows.Documents::LinkTargetCollection^

The LinkTargetCollection of LinkTarget elements that identify the hyperlink-addressable locations on the page.

LinkTargets will never return null, but the collection may contain zero elements.

For more information about the <PageContent> element, see chapter 3 of the XPS specification which you can obtain at XPS: Specification and License Downloads.

.NET Framework
Available since 3.0
Return to top
Show: