IXpsFixedPageWriter.LinkTargetStream 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 list of strings that identify the LinkTarget hyperlink points that are contained in the current page.
public:
property System::Collections::Generic::IList<System::String ^> ^ LinkTargetStream { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> LinkTargetStream { get; }
member this.LinkTargetStream : System.Collections.Generic.IList<string>
Public ReadOnly Property LinkTargetStream As IList(Of String)
Property Value
A list of strings that identify the LinkTarget hyperlink points that are contained in the page.
Remarks
The list of LinkTarget hyperlink points is available after the page has been written and the Commit method has been called.
For information about LinkTarget elements, see Section 3.2.3 "<LinkTarget> Element" in the XML Paper Specification (XPS).