Reads the document from file.

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 void Read(
	string fileName
)
Visual Basic
Public Sub Read ( 
	fileName As String
)
Visual C++
public:
virtual void Read(
	String^ fileName
) sealed
F#
abstract Read : 
        fileName : string -> unit 
override Read : 
        fileName : string -> unit 

Parameters

fileName
Type: System..::..String
Full filename, or relative to the current path.

Implements

IWaybill..::..Read(String)

See Also