Click or drag to resize

ElementReaderGetChangesIterator Method

Gets the changes iterator.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public GSChangesIterator GetChangesIterator()

Return Value

Type: GSChangesIterator
an iterator to the beginning of the list containing identifiers of modified graphics state attributes since the last call to ClearChangeList(). The list can be consulted to determine which graphics states were modified between two Elements. Attributes are ordered in the same way as they are set in the content stream. Duplicate attributes are eliminated.
See Also