IXpsFixedPageWriter.AddResource(Type, Uri) 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.
Adds a new XpsResource to the current page.
public:
System::Windows::Xps::Packaging::XpsResource ^ AddResource(Type ^ resourceType, Uri ^ resourceUri);
public System.Windows.Xps.Packaging.XpsResource AddResource (Type resourceType, Uri resourceUri);
abstract member AddResource : Type * Uri -> System.Windows.Xps.Packaging.XpsResource
Public Function AddResource (resourceType As Type, resourceUri As Uri) As XpsResource
Parameters
- resourceType
- Type
The type of resource to add.
- resourceUri
- Uri
The absolute path of the resource to add, or null
.
Returns
The new XML Paper Specification (XPS) resource that was added.
Exceptions
resourceType
is null
.
Dispose() has been called.
resourceType
is an empty string.
Remarks
AddResource adds a new XpsResource to the document package, and associates it with the current FixedPage.
If resourceUri
is null
, a unique resource Uri is automatically created.
Applies to
See also
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET