Click or drag to resize

CustomXmlPart Data Property

Gets or sets the XML content of this Custom XML Data Storage Part.

Namespace: Spire.Doc.Documents.Markup
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public byte[] Data { get; set; }

Property Value

Type: Byte
Remarks

The default value is an empty byte array. The value cannot be null .

See Also