NotesMasterPart.AddImagePart-Methode (String, String)
Adds a ImagePart to the NotesMasterPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Function AddImagePart ( _
contentType As String, _
id As String _
) As ImagePart
'Usage
Dim instance As NotesMasterPart
Dim contentType As String
Dim id As String
Dim returnValue As ImagePart
returnValue = instance.AddImagePart(contentType, _
id)
public ImagePart AddImagePart(
string contentType,
string id
)
Parameter
- contentType
Typ: System.String
the content type of the ImagePart.
- id
Typ: System.String
The relationship id.
Rückgabewert
Typ: DocumentFormat.OpenXml.Packaging.ImagePart
The newly added part.