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 的影像。

適用於