PageContent.LinkTargets Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.