Click or drag to resize

ElementReaderCurrent Method

Current.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Element Current()

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