Intersoft ClientUI Documentation
Read Method
See Also  Send Feedback
Intersoft.Client.Documents Namespace > XPSParser Class : Read Method






Reads the next node from the stream.

Syntax

Visual Basic (Declaration) 
Public Overrides Function Read() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As XPSParser
Dim value As Boolean
 
value = instance.Read()
C# 
public override bool Read()
Delphi 
public function Read(): Boolean; override; 
JScript 
public override function Read() : boolean;
Managed Extensions for C++ 
public: bool Read(); override 
C++/CLI 
public:
bool Read(); override 

Return Value

true if the next node was read successfully; false if there are no more nodes to read.

Exceptions

ExceptionDescription
System.Xml.XmlException An error occurred while parsing the XML.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.