OpenXmlPackage.CreateMediaDataPart Method (MediaDataPartType)
Creates a new MediaDataPart to the document package.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Function CreateMediaDataPart ( _
mediaDataPartType As MediaDataPartType _
) As MediaDataPart
用法
Dim instance As OpenXmlPackage
Dim mediaDataPartType As MediaDataPartType
Dim returnValue As MediaDataPart
returnValue = instance.CreateMediaDataPart(mediaDataPartType)
public MediaDataPart CreateMediaDataPart(
MediaDataPartType mediaDataPartType
)
Parameters
- mediaDataPartType
Type: DocumentFormat.OpenXml.Packaging.MediaDataPartType
The content type of the the new MediaDataPart.
Return Value
Type: DocumentFormat.OpenXml.Packaging.MediaDataPart
The added MediaDataPart.