DiagramPersistLayoutPart.AddImagePart-Methode (ImagePartType, String)
Adds a ImagePart to the DiagramPersistLayoutPart.
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 DiagramPersistLayoutPart
Dim partType As ImagePartType
Dim id As String
Dim returnValue As ImagePart
returnValue = instance.AddImagePart(partType, _
id)
public ImagePart AddImagePart(
ImagePartType partType,
string id
)
Parameter
- partType
Typ: DocumentFormat.OpenXml.Packaging.ImagePartType
The part type of the ImagePart.
- id
Typ: System.String
The relationship id.
Rückgabewert
Typ: DocumentFormat.OpenXml.Packaging.ImagePart
The newly added part.
Siehe auch
Referenz
DiagramPersistLayoutPart Klasse