Method Read

Namespace TallComponents.PDF.Layout
Class Object

Read from XML reader.

Override this method to implement custom XML reading. When called, the reader is positioned on the start element associated with the type. When the method finishes, the reader must be positioned on the first XML node after the end element (i.e. make sure you consume the end element).

Syntax

public  Void  Read( XmlReader  reader )

Returns

Void

Parameters


XmlReader reader
The XML reader that holds the data from which this layout object is read.