Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a EmbeddedControlPersistenceBinaryDataPart to the SlidePart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Function AddEmbeddedControlPersistenceBinaryDataPart ( _
contentType As String _
) As EmbeddedControlPersistenceBinaryDataPart
'Usage
Dim instance As SlidePart
Dim contentType As String
Dim returnValue As EmbeddedControlPersistenceBinaryDataPart
returnValue = instance.AddEmbeddedControlPersistenceBinaryDataPart(contentType)
public EmbeddedControlPersistenceBinaryDataPart AddEmbeddedControlPersistenceBinaryDataPart(
string contentType
)
Parameters
- contentType
Type: System.String
the content type of the EmbeddedControlPersistenceBinaryDataPart.
Return Value
Type: DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart
The newly added part.