Sets the content from an object. The object can be a string or a binary array.

Namespace: Unimaze.Composer.Ubl2.Interfaces
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
void SetContent(
	Object doc
)
Visual Basic
Sub SetContent ( 
	doc As Object
)
Visual C++
void SetContent(
	Object^ doc
)
F#
abstract SetContent : 
        doc : Object -> unit 

Parameters

doc
Type: System..::..Object

[Missing <param name="doc"/> documentation for "M:Unimaze.Composer.Ubl2.Interfaces.IUBLExtension.SetContent(System.Object)"]

See Also