ElementReaderCurrent Method |
Current.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function Current As Element
public:
virtual Element^ Current() sealed
Return Value
Type:
Element the current Element or a 'NULL' Element. The current element is the one
returned in the last call to Next().
Remarks Every call to ElementReader::Next() destroys the current Element. Therefore, an
Element becomes invalid after subsequent ElementReader::Next() operation.
See Also