SlideLayoutPart.AddImagePart Method (ImagePartType, String)

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Adds an ImagePart to the SlideLayoutPart.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Function AddImagePart ( _
    partType As ImagePartType, _
    id As String _
) As ImagePart
'Usage
Dim instance As SlideLayoutPart
Dim partType As ImagePartType
Dim id As String
Dim returnValue As ImagePart

returnValue = instance.AddImagePart(partType, _
    id)
public ImagePart AddImagePart(
    ImagePartType partType,
    string id
)

Parameters

Return Value

Type: DocumentFormat.OpenXml.Packaging.ImagePart
Returns the newly added part.

See Also

Reference

SlideLayoutPart Class

SlideLayoutPart Members

AddImagePart Overload

DocumentFormat.OpenXml.Packaging Namespace