BasePackagingPolicy.AcquireResourceStreamForXpsImage(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, acquires a resource stream for an XpsImage object.
public:
abstract System::Windows::Xps::Serialization::XpsResourceStream ^ AcquireResourceStreamForXpsImage(System::String ^ resourceId);
public abstract System.Windows.Xps.Serialization.XpsResourceStream AcquireResourceStreamForXpsImage (string resourceId);
abstract member AcquireResourceStreamForXpsImage : string -> System.Windows.Xps.Serialization.XpsResourceStream
Public MustOverride Function AcquireResourceStreamForXpsImage (resourceId As String) As XpsResourceStream
Parameters
- resourceId
- String
The ID of the object.
Returns
The XpsResourceStream for the XpsImage.