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; }
Public Property Data As Byte()
Get
Set
public:
property array<unsigned char>^ Data {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Data : byte[] with get, set
Property Value
Type:
Byte
Remarks
The default value is an empty byte array. The value cannot be
null
.
See Also