Intersoft ClientUI Documentation
ReadToDescendant(String) Method
See Also  Send Feedback
Intersoft.Client.Documents Namespace > XPSParser Class > ReadToDescendant Method : ReadToDescendant(String) Method






name

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Function ReadToDescendant( _
   ByVal name As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As XPSParser
Dim name As String
Dim value As Boolean
 
value = instance.ReadToDescendant(name)
C# 
public virtual bool ReadToDescendant( 
   string name
)
Delphi 
public function ReadToDescendant( 
    name: String
): Boolean; virtual; 
JScript 
public function ReadToDescendant( 
   name : String
) : boolean;
Managed Extensions for C++ 
public: virtual bool ReadToDescendant( 
   string* name
) 
C++/CLI 
public:
virtual bool ReadToDescendant( 
   String^ name
) 

Parameters

name

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.