CustomXmlPartCollectionAdd Method (Byte)

Adds new custom xml part.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public ICustomXmlPart Add(
	byte[] xmlData
)

Parameters

xmlData
Type: SystemByte
The xml data of new part to be added.

Return Value

Type: ICustomXmlPart
Created custom xml part.

Implements

ICustomXmlPartCollectionAdd(Byte)
Exceptions
ExceptionCondition
ArgumentNullExceptionxmlData is null.
ArgumentExceptionxmlData is empty or invalid.
See Also