Click or drag to resize

ElementReaderIsChanged Method

Checks if is changed.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool IsChanged(
	GStateGStateAttribute attrib
)

Parameters

attrib
Type: pdftron.PDFGStateGStateAttribute
the gstate_attrib

Return Value

Type: Boolean
true if given GState attribute was changed since the last call to ClearChangeList().
See Also