Gets the document as binary data (UTF-8 encoded).

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

Syntax

C#
public Object GetDocumentAsBinary()
Visual Basic
Public Function GetDocumentAsBinary As Object
Visual C++
public:
virtual Object^ GetDocumentAsBinary() sealed
F#
abstract GetDocumentAsBinary : unit -> Object 
override GetDocumentAsBinary : unit -> Object 

Return Value

Type: Object
Document formatted as binary array.

Implements

IDebitNote..::..GetDocumentAsBinary()()()()

See Also