GlossaryDocumentPart.AddImagePart Method (String)

Adds a ImagePart to the GlossaryDocumentPart.

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

Syntax

'Declaration
Public Function AddImagePart ( _
    contentType As String _
) As ImagePart
'Usage
Dim instance As GlossaryDocumentPart
Dim contentType As String
Dim returnValue As ImagePart

returnValue = instance.AddImagePart(contentType)
public ImagePart AddImagePart(
    string contentType
)

Parameters

  • contentType
    Type: System.String
    the content type of the ImagePart

Return Value

Type: DocumentFormat.OpenXml.Packaging.ImagePart
The newly added part.

See Also

Reference

GlossaryDocumentPart Class

GlossaryDocumentPart Members

AddImagePart Overload

DocumentFormat.OpenXml.Packaging Namespace