IXpsFixedDocumentReader.GetFixedPage(Uri) Method

Definition

Gets a reader for the FixedPage with the specified uniform resource identifier (URI).

public:
 System::Windows::Xps::Packaging::IXpsFixedPageReader ^ GetFixedPage(Uri ^ pageSource);
public System.Windows.Xps.Packaging.IXpsFixedPageReader GetFixedPage (Uri pageSource);
abstract member GetFixedPage : Uri -> System.Windows.Xps.Packaging.IXpsFixedPageReader
Public Function GetFixedPage (pageSource As Uri) As IXpsFixedPageReader

Parameters

pageSource
Uri

The URI of the page.

Returns

An IXpsFixedPageReader for the page.

Applies to