Intersoft ClientUI Documentation
EOF Property
See Also  Send Feedback
Intersoft.Client.Documents Namespace > XPSParser Class : EOF Property






Gets a value indicating whether the reader is positioned at the end of the stream.

Syntax

Visual Basic (Declaration) 
Public Overrides ReadOnly Property EOF As Boolean
Visual Basic (Usage)Copy Code
Dim instance As XPSParser
Dim value As Boolean
 
value = instance.EOF
C# 
public override bool EOF {get;}
Delphi 
public read-only property EOF: Boolean; override; 
JScript 
public override function get EOF : boolean
Managed Extensions for C++ 
public: __property bool get_EOF() override;
C++/CLI 
public:
property bool EOF {
   bool get() override;
}

Property Value

true if the reader is positioned at the end of the stream; otherwise, false.

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.