IXpsFixedPageReader.GetImage(Uri) 方法

定义

获取具有指定统一资源标识符 (URI) 的映像。

public:
 System::Windows::Xps::Packaging::XpsImage ^ GetImage(Uri ^ uri);
public System.Windows.Xps.Packaging.XpsImage GetImage (Uri uri);
abstract member GetImage : Uri -> System.Windows.Xps.Packaging.XpsImage
Public Function GetImage (uri As Uri) As XpsImage

参数

uri
Uri

映像的 URI。

返回

XpsImage

具有指定 URI 的图像。

适用于