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
)
Sub WriteChildBinaryElement (
name As String,
value As Byte()
)
void WriteChildBinaryElement(
String^ name,
array<unsigned char>^ value
)
abstract WriteChildBinaryElement :
name : string *
value : byte[] -> unit
Parameters
-
name
-
Type:
System
String
The name.
-
value
-
Type:
System
Byte
The value.
See Also