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
)
Public Function IsChanged (
attrib As GStateGStateAttribute
) As Boolean
public:
virtual bool IsChanged(
[InAttribute] GStateGStateAttribute attrib
) sealed
function IsChanged(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