Read from XML element.

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

Syntax

C#
public void Read(
	XmlElement element
)
Visual Basic
Public Sub Read ( _
	element As XmlElement _
)

Parameters

element
Type: System.Xml..::..XmlElement
The element that holds the data from which this layout object is read.

See Also