IXpsFixedDocumentReader.GetFixedPage(Uri) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém um leitor para o FixedPage com o URI (Uniform Resource Identifier) especificado.
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
Parâmetros
- pageSource
- Uri
O URI da página.
Retornos
Um IXpsFixedPageReader para a página.