IXpsFixedPageWriter.LinkTargetStream Property

Definition

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).

Applies to