Read from XML file.

Namespace: TallComponents.PDF.Layout
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.66.0

Syntax

C#
public void Read(
	string path
)
Visual Basic
Public Sub Read ( _
	path As String _
)

Parameters

path
Type: System..::..String
The path of the XML file that holds the data from which this layout object is read.

See Also