CustomXmlPartCollectionAdd Method (Stream)

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(
	Stream inputStream
)

Parameters

inputStream
Type: System.IOStream
The inputStream with xml data of new part to be added.

Return Value

Type: ICustomXmlPart
Created custom xml part.

Implements

ICustomXmlPartCollectionAdd(Stream)
Exceptions
ExceptionCondition
ArgumentNullExceptioninputStream is null.
ArgumentExceptionData in inputStream is empty or invalid.
See Also