PageContent.LinkTargets Property

Definition

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

C#
public System.Windows.Documents.LinkTargetCollection LinkTargets { get; }

Property Value

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

Remarks

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.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

See also