PageContent.LinkTargets Property

Definition

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

public:
 property System::Windows::Documents::LinkTargetCollection ^ LinkTargets { System::Windows::Documents::LinkTargetCollection ^ get(); };
public System.Windows.Documents.LinkTargetCollection LinkTargets { get; }
member this.LinkTargets : System.Windows.Documents.LinkTargetCollection
Public ReadOnly Property LinkTargets As LinkTargetCollection

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

See also