| CharIteratorHasNext Method  | 
 Determines if the iteration has more elements.
 
    Namespace: 
   pdftron.PDF
    Assembly:
   pdftron (in pdftron.dll) Version: 255.255.255.255
 Syntax
SyntaxPublic Function HasNext As Boolean
public:
virtual bool HasNext() sealed
Return Value
Type: 
BooleanReturns true if the iteration has more elements.
 See Also
See Also