IXpsFixedDocumentSequenceReader.GetFixedDocument(Uri) 方法

定义

获取具有指定统一资源标识符 (URI) 的 FixedDocument 的读取器。

public:
 System::Windows::Xps::Packaging::IXpsFixedDocumentReader ^ GetFixedDocument(Uri ^ documentSource);
public System.Windows.Xps.Packaging.IXpsFixedDocumentReader GetFixedDocument (Uri documentSource);
abstract member GetFixedDocument : Uri -> System.Windows.Xps.Packaging.IXpsFixedDocumentReader
Public Function GetFixedDocument (documentSource As Uri) As IXpsFixedDocumentReader

参数

documentSource
Uri

固定文档的 URI。

返回

IXpsFixedDocumentReader

适用于