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
)
Public Function Add (
xmlData As Byte()
) As ICustomXmlPart
public:
virtual ICustomXmlPart^ Add(
array<unsigned char>^ xmlData
) sealed
abstract Add :
xmlData : byte[] -> ICustomXmlPart
override Add :
xmlData : byte[] -> ICustomXmlPart
Parameters
- xmlData
- Type: SystemByte
The xml data of new part to be added.
Return Value
Type:
ICustomXmlPartCreated custom xml part.
Implements
ICustomXmlPartCollectionAdd(Byte)Exceptions See Also