FDFFieldIteratorHasNext Method |
check if there are more elements for the iterator
Namespace:
pdftron.FDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function HasNext As Boolean
public:
virtual bool HasNext() sealed
Return Value
Type:
Booleantrue if there are more elements for the iterator. false, otherwise
See Also