Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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
- String
- value
- array<Byte>[]()[][]