Click or drag to resize

ElementReaderNext Method

Next.

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

Return Value

Type: Element
a page Element or a 'NULL' element if the end of current-display list was reached. You may use GetType() to determine the type of the returned Element.
Remarks
Every call to ElementReader::Next() destroys the current Element. Therefore, an Element becomes invalid after subsequent ElementReader::Next() operation.
See Also