Click or drag to resize

IXDLSContentWriter WriteChildBinaryElement Method

Writes the child binary element.

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
void WriteChildBinaryElement(
	string name,
	byte[] value
)

Parameters

name
Type: System String
The name.
value
Type: System Byte
The value.
See Also