HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart Method (EmbeddedControlPersistenceBinaryDataPartType, String)
Adds a EmbeddedControlPersistenceBinaryDataPart to the HandoutMasterPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Function AddEmbeddedControlPersistenceBinaryDataPart ( _
partType As EmbeddedControlPersistenceBinaryDataPartType, _
id As String _
) As EmbeddedControlPersistenceBinaryDataPart
'Usage
Dim instance As HandoutMasterPart
Dim partType As EmbeddedControlPersistenceBinaryDataPartType
Dim id As String
Dim returnValue As EmbeddedControlPersistenceBinaryDataPart
returnValue = instance.AddEmbeddedControlPersistenceBinaryDataPart(partType, _
id)
public EmbeddedControlPersistenceBinaryDataPart AddEmbeddedControlPersistenceBinaryDataPart(
EmbeddedControlPersistenceBinaryDataPartType partType,
string id
)
Parameters
- partType
Type: DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType
The part type of the EmbeddedControlPersistenceBinaryDataPart.
- id
Type: System.String
The relationship id.
Return Value
Type: DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart
The newly added part.